API Documentation MCP Server
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
DocBase MCP server for AI agents
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.7 npm3MIT
- AlicenseNot gradedqualityDmaintenanceA server that provides organized documentation content for various applications using the Model Context Protocol, enabling AI assistants to access quickstart guides and code examples.MIT
- 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.415 npm14ISC
- 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.8-