Kagi (uvx) MCP Server
CommunityContributed by Kagi
Search the web with Kagi and extract page content as markdown. Provides web, news, video, podcast, and image search with optional page extracts, filters, and Kagi lenses.
About the Kagi (uvx) MCP Server
The Kagi (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Search the web with Kagi and extract page content as markdown. Provides web, news, video, podcast, and image search with optional page extracts, filters, and Kagi lenses. This is a community-contributed MCP server by Kagi.
Install the Kagi (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "uvx",
"args": [
"kagimcp"
],
"env": {
"KAGI_API_KEY": "${input:KAGI_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "KAGI_API_KEY",
"label": "Kagi API Key",
"description": "API key for the Kagi Search API. Generate one in the Kagi API portal under Settings. API access uses a pay-per-use model once beta credits are exhausted.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "************************************",
"obtain": {
"url": "https://kagi.com/settings?p=api",
"instructions": "1. Sign in to your Kagi account\n2. Open Settings > API (the API portal)\n3. Click Generate Key to create an API key\n4. Copy the key and paste it here",
"button_label": "Generate API Key"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Kagi (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Brave Search (Docker)
Search the web using the Brave Search API via Docker container. Supports web search, news search, and local POI search with privacy-focused results.
Brave Search (npx)
Search the web using the Brave Search API via npx. Supports web search, news search, and local POI search with privacy-focused results.
Firecrawl (npx)
Scrape, crawl, search, and extract structured data from websites. Converts web pages to clean markdown with JavaScript rendering support.
Perplexity (npx)
AI-powered search using Perplexity models. Provides web search, deep research, and reasoning capabilities with real-time web context.
Exa Search (Remote)
AI-powered web search that understands meaning, not just keywords. Hosted remote MCP server, no local setup required.
Exa Search (npx)
AI-powered web search that understands meaning, not just keywords. Find similar pages, search by content type, and get clean text from any URL via npx.
Install Kagi (uvx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.