Documentation Index
Fetch the complete documentation index at: https://docs.ceramic.ai/llms.txt
Use this file to discover all available pages before exploring further.
The Ceramic MCP Server enables AI systems to search the web through the Model Context Protocol.
Setup
Cursor
VS Code
Claude
ChatGPT
Add to your ~/.cursor/mcp.json:{
"mcpServers": {
"ceramic": {
"url": "https://mcp.ceramic.ai/mcp"
}
}
}
Add to your .vscode/mcp.json:{
"servers": {
"ceramic": {
"type": "http",
"url": "https://mcp.ceramic.ai/mcp"
}
}
}
Add to your Claude Desktop config file. Requires Node.js to be installed.
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ceramic": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.ceramic.ai/mcp"
]
}
}
}
Restart Claude Desktop after saving the config. Connect directly from the Claude desktop app or web browser without any configuration files:
- Go to Settings → Connectors
- Click Add Custom Connector
- Enter a name (e.g.
ceramic)
- Paste the MCP server URL:
https://mcp.ceramic.ai/mcp
- Click Add
Note: MCP server support requires a ChatGPT Plus, Pro, or Team plan.From the ChatGPT desktop app or web browser:
- Go to Settings → Apps
- Click Advanced Settings
- Enable Developer Mode
- Click Create App
- Paste the MCP server URL:
https://mcp.ceramic.ai/mcp
- Click Add
| Tool | Description |
|---|
ceramic_search | Search the web for relevant information |