MCP Integration Guide
This guide provides instructions on integrating the MCP server to directly search Archisketch API documentation within AI coding tools.
1. What is MCP?
2. MCP Server Information
3. Setup Method by AI Tool
{
"mcpServers": {
"archisketch-docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://archisketch-docs.gitbook.io/archisketch/~gitbook/mcp"
]
}
}
}3.1 Claude Code
3.2 Cursor / VS Code
4. Connection Verification
5. Use Cases
5.1 Starting API Integration
5.2 Checking Specific API Specifications
5.3 Writing Integration Code
5.4 Error Troubleshooting
6. FAQ
Last updated
Was this helpful?

