get-mcp-docs
Generate documentation for MCP servers to help developers understand available tools, resources, and integration capabilities 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"
}