AI & Developer Access

Free, no API key, read-only. Article text is CC BY 4.0.

AI Wiki is built to be read by AI systems as much as by people. The fastest integration is our MCP server, which gives any MCP-capable assistant live search and full-article access to the whole encyclopedia.

MCP server

https://aiwiki.ai/api/mcp/mcp

Transport: streamable HTTP. Auth: none. Tools: search, fetch, list_categories, browse_category, recent_changes - all read-only. Responses include canonical URLs so assistants can cite their sources.

Claude

Settings → Connectors → Add custom connector, then paste the endpoint URL. In Claude Code:

claude mcp add --transport http aiwiki https://aiwiki.ai/api/mcp/mcp

ChatGPT

Enable Developer mode (Settings → Apps & Connectors → Advanced), then Create connector with the endpoint URL and no authentication. The server implements ChatGPT's required search and fetch tool contract, so it also works as a deep-research source.

Cursor and other MCP clients

{
  "mcpServers": {
    "aiwiki": { "url": "https://aiwiki.ai/api/mcp/mcp" }
  }
}

Plain-file access

Crawling and training

All search-engine and AI crawlers are welcome, including for model training - our robots.txt says so explicitly. We ask for attribution to "AI Wiki (aiwiki.ai)" per CC BY 4.0. Questions or higher-volume needs: contact@aiwiki.ai.