API Documentation MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@API Documentation MCP Serverget the API specification for docId 'create-user'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
API Documentation MCP Server
A simple Model Context Protocol (MCP) server that fetches API documentation data from a local API documentation platform.
Features
This MCP server provides a single tool:
api_doc- Fetch API documentation data for a specific endpoint by document ID
Related MCP server: MCP Documentation Server
Prerequisites
Node.js 18+ with ES modules support
An API documentation platform running locally at
http://localhost:3000pnpm package manager
Installation
Install dependencies:
pnpm installConfig in Cursor
{
"mcpServers": {
// other servers...
"ApiDoc": {
"command": "node",
"args": [
"/path/to/api-doc-mcp-server/api-doc.js"
],
},
}
}Usage
Input prompts like this:
Add a new form page for creating new user, the API docId is "create-user".
The "create-user" is the docId
The LLM will automatically use the api_doc tool to fetch the API documentation data for the create-user endpoint.
License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.Last updated343MIT
- Alicense-qualityDmaintenanceA server that provides organized documentation content for various applications using the Model Context Protocol, enabling AI assistants to access quickstart guides and code examples.Last updatedMIT
- AlicenseDqualityDmaintenanceA Model Context Protocol server that enables LLMs to explore and interact with API specifications by providing tools for loading, browsing, and getting detailed information about API endpoints.Last updated43014ISC
- FlicenseBqualityDmaintenanceA local document processing server that can index various document formats (PDF, DOCX, TXT, HTML) and answer questions based on their content using the Model Context Protocol.Last updated8
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JaxNext/api-doc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server