AWP MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AWP MCP ServerGenerate an agent.json for my customer support website"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AWP MCP Server
Give your AI assistant native knowledge of the Agent Web Protocol.
This MCP server provides Claude Code (and any MCP-compatible AI tool) with direct access to the AWP specification, a validator, and a generator for agent.json files.
Install
Add to your Claude Code MCP configuration (~/.claude/mcp.json):
{
"mcpServers": {
"awp": {
"command": "npx",
"args": ["awp-mcp-server"]
}
}
}Restart Claude Code. Your assistant now has these tools:
Tools
Tool | Description |
| Get the full AWP specification |
| Validate an agent.json file |
| Generate an agent.json from parameters |
| Get example agent.json files |
| Step-by-step implementation guide |
Usage
Once installed, just ask Claude Code naturally:
"Generate an agent.json for my API"
"Validate my agent.json"
"What fields does agent.json support?"
"Make my site agent-ready"
Links
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentwebprotocol/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server