Kagi MCP Server is a Node.js implementation that provides web search capabilities to AI assistants using the Kagi search API. It supports multiple search queries in parallel and is built with TypeScript and the official MCP SDK.
Kagi MCP Server is a Node.js implementation that provides web search capabilities to AI assistants using the Kagi search API. It supports multiple search queries in parallel and is built with TypeScript and the official MCP SDK.
npx kagi_web_searchAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"kagi-mcp-server-node-js": {
"command": "npx",
"args": [
"-y",
"npx kagi_web_search"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Kagi MCP Server (Node.js)?"
No configuration required. This server works out of the box.
"What resources are available in Kagi MCP Server (Node.js)?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Kagi MCP Server (Node.js)"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Kagi MCP Server (Node.js) with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.