AWP MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add awp-mcp -- npx awp-mcp-server
README.md

Give your AI assistant native knowledge of the Agent Web Protocol.

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
awp_get_spec Get the full AWP specification
awp_validate Validate an agent.json file
awp_generate Generate an agent.json from parameters
awp_examples Get example agent.json files
awp_quickstart 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

Tools (5)

awp_get_specGet the full AWP specification
awp_validateValidate an agent.json file
awp_generateGenerate an agent.json from parameters
awp_examplesGet example agent.json files
awp_quickstartStep-by-step implementation guide

Configuration

claude_desktop_config.json
{"mcpServers": {"awp": {"command": "npx", "args": ["awp-mcp-server"]}}}

Try it

Generate an agent.json for my API
Validate my agent.json file
What fields does agent.json support?
Make my site agent-ready

Frequently Asked Questions

What are the key features of AWP MCP Server?

Direct access to the Agent Web Protocol specification. Automated validation of agent.json files. Generation of protocol-compliant agent.json configurations. Access to example agent.json templates. Step-by-step implementation guidance.

What can I use AWP MCP Server for?

Developers looking to make their websites discoverable by AI agents. Engineers needing to validate agent.json files during development. Teams standardizing their AI agent configuration across multiple projects.

How do I install AWP MCP Server?

Install AWP MCP Server by running: npx awp-mcp-server

What MCP clients work with AWP MCP Server?

AWP MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep AWP MCP Server docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare