QuantGeekDev

@mcpframework/mcp-framework-docs

Community QuantGeekDev
Updated

MCP documentation server for mcp-framework โ€” add mcp-framework docs to Claude Code, Cursor, or any MCP client

@mcpframework/mcp-framework-docs

MCP documentation server for mcp-framework. Gives AI agents (Claude Code, Cursor, etc.) tools to search, browse, and retrieve the full mcp-framework documentation.

Powered by @mcpframework/docs.

Quick Start

Claude Code

claude mcp add mcp-framework-docs -- npx -y @mcpframework/mcp-framework-docs

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-framework-docs": {
      "command": "npx",
      "args": ["-y", "@mcpframework/mcp-framework-docs"]
    }
  }
}

Cursor

Add to your MCP settings:

{
  "mcp-framework-docs": {
    "command": "npx",
    "args": ["-y", "@mcpframework/mcp-framework-docs"]
  }
}

Available Tools

Tool Description
search_docs Search mcp-framework documentation by keyword or phrase
get_page Retrieve full content of a documentation page
list_sections Browse the documentation structure

License

MIT

MCP Server ยท Populars

MCP Server ยท New