Endpoint
Connect your client
- Claude Code
- Codex
- Cursor
- VS Code
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Search World documentation from your AI coding assistant.
https://docs.world.org/mcp
claude mcp add --transport http --scope project world-docs https://docs.world.org/mcp
codex mcp add world-docs -- npx -y mcp-remote https://docs.world.org/mcp --transport http-only
.cursor/mcp.json:{
"mcpServers": {
"world-docs": {
"url": "https://docs.world.org/mcp"
}
}
}
.vscode/mcp.json:{
"servers": {
"world-docs": {
"type": "http",
"url": "https://docs.world.org/mcp"
}
}
}
| Tool | Purpose |
|---|---|
search_world_documentation | Search and retrieve relevant World documentation for the current task. |
Use the World Docs MCP to find the current MiniKit install steps and add them to this project.
Search the World docs for World ID verification and explain which endpoint this app should call.
Was this page helpful?