MCP Documentation Server
MCP Documentation Server with AI Learning Capabilities
Overview
MCP Documentation Server is a smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.
To use MCP Documentation Server, install the package via npm, configure it with Claude Desktop, and use basic commands to search documentation or analyze code.
- AI Documentation Guide: Maintains and updates a documentation knowledge base. - AI Code Assistant: Analyzes and enhances code quality. - Framework Support: Supports popular frameworks including React.js, Next.js, Vue.js, Angular, Node.js, and Python. - Brave Search Integration: Provides smart documentation search capabilities. - Learning System: Improves suggestions over time based on user interactions.
- Searching for best practices in React hooks.
- Analyzing Python code for security issues.
- Finding documentation for async/await in Python 3.9.
Add to your AI client
Use these steps to connect MCP Documentation Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-documentation-server-mahawi1992": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-documentation-server-mahawi1992"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-documentation-server-mahawi1992": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-documentation-server-mahawi1992"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-documentation-server-mahawi1992": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-documentation-server-mahawi1992"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-documentation-server-mahawi1992": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-documentation-server-mahawi1992"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-documentation-server-mahawi1992": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-documentation-server-mahawi1992"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-documentation-server-mahawi1992": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-documentation-server-mahawi1992"
]
}
}
}FAQ
How do I install MCP Documentation Server?
You can install it by running `npm install -g mcp-documentation-server` in your terminal.
What frameworks does MCP Documentation Server support?
It supports frameworks including React.js, Next.js, Python, Vue.js, Angular, and Node.js.
Is there documentation available for the MCP Documentation Server?
Yes, comprehensive documentation is available including a usage guide, API documentation, and setup instructions.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":288,"uuid":"5ca8d72f-5755-4c41-a21b-89383225beb6","name":"mcp-documentation-server","title":"MCP Documentation Server","description":"MCP Documentation Server with AI Learning Capabilities","avatar_url":"https://avatars.githubusercontent.com/u/165453688?v=4","created_at":"2024-12-13T12:58:46.850Z","updated_at":"2024-12-13T15:09:09.839Z","status":"created","author_name":"mahawi1992","author_avatar_url":"https://avatars.githubusercontent.com/u/165453688?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/mahawi1992/mcp-documentation-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]