Documentation Index
Fetch the complete documentation index at: https://docs.world.org/llms.txt
Use this file to discover all available pages before exploring further.
The World Docs MCP gives your AI assistant direct access to World documentation through the Model Context Protocol.
Use it when you want Claude, Codex, Cursor, VS Code, or another MCP client to search current World docs while you build.
Endpoint
https://docs.world.org/mcp
The docs MCP does not require authentication.
Connect your client
Claude Code
Codex
Cursor
VS Code
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
Add this to .cursor/mcp.json:{
"mcpServers": {
"world-docs": {
"url": "https://docs.world.org/mcp"
}
}
}
Add this to .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. |
Suggested prompts
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.
When to use it
Use the docs MCP for read-only documentation lookup. To create or configure apps in the developer portal, use the Developer Portal MCP.