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.