MCP Docs Server (TypeScript)
@lefrog-dont-code
About MCP Docs Server (TypeScript)
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"@your-npm-username/mcp-docs-server-ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Docs Server (TypeScript)?
A Model Context Protocol (MCP) server that exposes the full MCP documentation as a tool, written in TypeScript using the official MCP SDK. It is intended for developers using Claude Desktop or other MCP clients who need programmatic access to MCP documentation.
How to use MCP Docs Server (TypeScript)?
Install dependencies with npm install, build with npm run build, and run locally with npm start. Alternatively, run it via npx with npx @your-npm-username/mcp-docs-server-ts. For Claude Desktop integration, add the server configuration to your claude_desktop_config.json as shown in the README.
Key features of MCP Docs Server (TypeScript)
- Provides
fetch_mcp_docstool to retrieve full MCP documentation. - Written in TypeScript using the official MCP SDK.
- Ready for use with Claude Desktop and other MCP clients.
- Easily installable via
npxor as a global npm binary. - Simple local development workflow with npm scripts.
Use cases of MCP Docs Server (TypeScript)
- Access MCP documentation directly from an MCP client without leaving your tooling.
- Integrate MCP docs into Claude Desktop workflows for contextual assistance.
- Retrieve the latest MCP documentation programmatically for tool development and testing.
FAQ from MCP Docs Server (TypeScript)
What does the fetch_mcp_docs tool do?
It retrieves the full MCP documentation from the official source, making it available as a tool within any MCP-compatible client.
How do I install and run the server locally?
Run npm install, then npm run build, and start with npm start. Alternatively, use npx @your-npm-username/mcp-docs-server-ts after publishing.
How do I integrate with Claude Desktop?
Add the server configuration to your claude_desktop_config.json using the command and args fields shown in the README, then restart Claude Desktop.
Does the server require any special authentication or transport setup?
The README does not mention any authentication or transport configuration; the server runs as a standard MCP server over stdio.
Frequently asked questions
What does the `fetch_mcp_docs` tool do?
It retrieves the full MCP documentation from the official source, making it available as a tool within any MCP-compatible client.
How do I install and run the server locally?
Run `npm install`, then `npm run build`, and start with `npm start`. Alternatively, use `npx @your-npm-username/mcp-docs-server-ts` after publishing.
How do I integrate with Claude Desktop?
Add the server configuration to your `claude_desktop_config.json` using the `command` and `args` fields shown in the README, then restart Claude Desktop.
Does the server require any special authentication or transport setup?
The README does not mention any authentication or transport configuration; the server runs as a standard MCP server over stdio.
Basic information
More Memory & Knowledge MCP servers
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
Comments