Skip to main content

Claude Desktop Integration

Connect Json2doc with Claude Desktop to generate documents through natural conversations with Claude.

Prerequisites

Configuration

The Claude Desktop configuration file is located at:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the Json2doc MCP server to your configuration:

{
"mcpServers": {
"json2doc": {
"url": "https://mcp.json2doc.com/mcp",
"headers": {
"x-api-key": "your-api-key-here"
}
}
}
}
warning

Replace your-api-key-here with your actual Json2doc API key from app.json2doc.com → Settings → API Keys.

After saving, restart Claude Desktop completely.

Verification

To verify the integration is working:

  1. Open a new conversation in Claude Desktop
  2. Ask: "Can you list the available Json2doc tools?"
  3. Claude should respond with a list of Json2doc capabilities

Troubleshooting

Claude Doesn't See Json2doc Tools

Solutions:

  • Verify the configuration file is in the correct location
  • Check the JSON syntax is valid
  • Ensure you've restarted Claude Desktop completely
  • Verify the API key is correct

Authentication Errors

Solutions:

  • Verify your API key in the dashboard
  • Ensure the key is copied correctly (no extra spaces)
  • Check the key hasn't expired
  • Generate a new key if needed

Connection Issues

Solutions:

  • Check your internet connection
  • Verify the URL is correct: https://mcp.json2doc.com/mcp
  • Ensure your firewall allows the connection
  • Try restarting Claude Desktop