Installation
Install the MCP Inspector globally via npm:Connecting to Autype MCP
YOUR_API_KEY with your actual API key from the Dashboard.
Using the Inspector
Once connected, the Inspector opens a web interface (usually athttp://localhost:5173) where you can:
- View available tools — See all 17 Autype tools with their parameters and descriptions
- Read resources — Inspect the document schema resources (
autype://schemas/document, etc.) - Test tool calls — Call tools interactively and see the responses
- Debug errors — View detailed error messages and request/response logs
Example workflow
- List tools — Verify all Autype tools are available
- Read schema — Open
autype://schemas/documentto see the full document structure - Test render — Call
render_markdownwith sample content: - Check response — Verify you receive a
downloadUrlin the response
Troubleshooting
401 Unauthorized
If you see “401 Unauthorized”:- Verify your API key is correct
- Check the header format:
--header "X-API-Key: YOUR_API_KEY"(with quotes) - Ensure the API key is active in the Dashboard
Tools not showing up
If no tools appear in the Inspector:- Try reconnecting with the Inspector
- Verify the URL is exactly
https://mcp.autype.com/mcp/(trailing slash required)
Next steps
Once you’ve verified the connection with the Inspector, you can connect your AI agent or IDE using the same URL and API key.Claude Desktop
Connect to Claude Desktop app
Cursor
Connect to Cursor IDE
Windsurf
Connect to Windsurf IDE
VS Code
Connect to VS Code with Copilot
