
mcp docs server
一个使用 TypeScript 编写的 MCP 协议文档服务器,提供完整文档工具支持。
Repository Info
About This Server
一个使用 TypeScript 编写的 MCP 协议文档服务器,提供完整文档工具支持。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
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.
Features
- Provides a
fetch_mcp_docstool to retrieve the full MCP documentation from the official source. - Ready for use with Claude Desktop and other MCP clients.
- Easily installable and runnable via
npxor as a global npm binary.
Usage
Install dependencies
npm install
Build
npm run build
Run locally
npm start
Use via npx (after publishing)
npx @your-npm-username/mcp-docs-server-ts
Integration Example (Claude Desktop)
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-docs-published": {
"command": "npx",
"args": ["-y", "@your-npm-username/mcp-docs-server-ts"]
}
}
}
License
MIT
Quick Start
Clone the repository
git clone https://github.com/lefrog-dont-code/mcp-docs-serverInstall dependencies
cd mcp-docs-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.