get-mcp-docs
Generate documentation for custom MCP servers to help developers understand server capabilities and integrate tools with AI assistants like Claude and Cursor.
Instructions
Make an MCP server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | The name of the MCP server |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "The name of the MCP server",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}