Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Framework Documentation Server

FreeMaintained

Provides tools for AI agents to search, browse, and retrieve the full documentation for the mcp-framework. It enables agents to access documentation sections an

GitHubEmbed

About

Provides tools for AI agents to search, browse, and retrieve the full documentation for the mcp-framework. It enables agents to access documentation sections and page content directly within MCP-compatible environments like Claude Code and Cursor.

README

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

from github.com/QuantGeekDev/mcp-framework-docs-server

Install Framework Documentation Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-framework-documentation-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

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

Step-by-step: how to install Framework Documentation Server

FAQ

Is Framework Documentation Server MCP free?

Yes, Framework Documentation Server MCP is free — one-click install via Unyly at no cost.

Does Framework Documentation Server need an API key?

No, Framework Documentation Server runs without API keys or environment variables.

Is Framework Documentation Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Framework Documentation Server in Claude Desktop, Claude Code or Cursor?

Open Framework Documentation Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published

Related MCPs

Compare Framework Documentation Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs