Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”Ž Search & Data Extraction
  3. MCP Servers Kagi
MCP Servers Kagi logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:01:44 PM

MCP Servers Kagi

User RatingsBe the first to rate and review this MCP server!
View Repository45 GitHub StarsTotal stargazers on GitHub for the source repository (45 stars).Visit Website
kagiweb-searchmcptypescript

Searches the web through Kagi's API using one MCP tool, with Claude Desktop configuration support.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ac3xx-mcp-servers-kagi": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”Ž More in Search & Data Extraction

Overview

ac3xx/mcp-servers-kagi MCP server connects MCP clients to Kagi's Search API through a TypeScript implementation. Its implemented `kagi_search` tool accepts a query and optional result limit, then returns Kagi search results for agent analysis. Reach for it when an MCP client needs web search backed by Kagi; summarization, FastGPT, and news enrichment tools are listed as planned but are not available.

Use cases

β€’Search the web for current technical information
β€’Retrieve Kagi results for agent research
β€’Feed web search results into Claude analysis workflows
β€’Debug a local MCP stdio connection

Key features

β€’Kagi web search through MCP
β€’Optional result limit parameter
β€’TypeScript implementation
β€’Claude Desktop configuration support
β€’Local watch and Inspector scripts

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Servers Kagi.

Extracted Tool Capabilities
Kagi web search through MCP
Optional result limit parameter
TypeScript implementation
Claude Desktop configuration support
Local watch and Inspector scripts

How MCP Servers Kagi works

What ac3xx/mcp-servers-kagi MCP server does

ac3xx/mcp-servers-kagi MCP server exposes Kagi web search to an MCP-compatible client. The currently available capability is the kagi_search tool. It accepts a search query and an optional limit, sends the request to Kagi's Search API, and returns the resulting search data to the client.

This makes the project suitable for agent workflows that need to retrieve current web information before summarizing, comparing, or analyzing it. The server itself does not provide the analysis step; the connected MCP client can use the returned results as context.

The README identifies Kagi's API as being in private beta. Access therefore depends on having a Kagi API key and access to that API.

How it works

The project is implemented in TypeScript and communicates with MCP clients over standard input and output. After the server is built and connected, a client such as Claude Desktop can invoke kagi_search during a conversation. The tool request contains the search text and may include a result limit. The server uses the configured Kagi credential to query the API and sends the response back through MCP.

The repository also names kagi_summarize, kagi_fastgpt, and kagi_enrich as future tools. They are not implemented, so their names should not be included in a working client configuration or workflow.

Setup and configuration

Clone or otherwise obtain the repository, install its dependencies with npm install, and build it with npm run build. The generated server is then configured as an MCP process. The README also provides npm run watch for development rebuilds.

Set KAGI_API_KEY in a .env file at the project root, or pass the variable through the MCP client's environment configuration. Keep the file out of version control; the README specifically recommends adding .env to .gitignore.

For Claude Desktop, the documented configuration uses the built build/index.js entry point and supplies KAGI_API_KEY under the server's env object. The exact executable path must be replaced with the path on the host running ac3xx/mcp-servers-kagi MCP server. The repository also documents Smithery as an installation route for Claude Desktop, but it does not provide a published package command for direct installation of this repository.

Tools and capabilities

  • kagi_search: performs a web search through Kagi and accepts a query plus an optional limit.
  • Returns search results that a connected agent can summarize or analyze.
  • Supports local development with automatic rebuilds through the repository's watch script.
  • Includes an Inspector script for debugging the server's stdio communication.

Limitations and notes

Only web search is implemented. The planned summarization, FastGPT, and enriched-news operations cannot currently be called. The README also notes that error handling and input validation are areas for future improvement, so consumers should account for the project's development status.

The ac3xx/mcp-servers-kagi MCP server requires a Kagi API key and access to Kagi's private-beta API. It is not described as a hosted endpoint; the documented setup builds and runs the TypeScript project locally. Debugging can be performed with npm run inspector, which exposes browser-based inspection tools for the stdio connection.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • MCP Server Tavily logoMCP Server Tavily

    Taivily APIγ‚’εˆ©η”¨γ™γ‚‹MCP Serverです。OfficialγŒζδΎ›γ•γ‚Œγ‚‹ε‰γ«ι–‹η™Ίγ—γΎγ—γŸ

    πŸ”Ž Search & Data Extraction4 views
    Compare vs MCP Server Tavily β†’
  • Open WebSearch logoOpen WebSearch

    Web search using free multi-engine search (NO API KEYS REQUIRED) β€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Open WebSearch β†’
  • Duckduckgo MCP Server logoDuckduckgo MCP Server

    This is a TypeScript-based MCP server that provides DuckDuckGo search functionality.

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Duckduckgo MCP Server β†’
  • Kagimcp logoKagimcp
    Verified

    The Official Model Context Protocol (MCP) server for Kagi Search & other tools.

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Kagimcp β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
45
Stargazers on the source repository.
npm downloads
30k
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Servers Kagi

Obtain the repository, run `npm install`, and build it with `npm run build`. The README also documents Smithery installation for Claude Desktop.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Servers Kagi AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ac3xx-mcp-servers-kagi?style=directory)](https://allmcps.com/mcp/ac3xx-mcp-servers-kagi)
HTML Embed
<a href="https://allmcps.com/mcp/ac3xx-mcp-servers-kagi"><img src="https://allmcps.com/api/badge/ac3xx-mcp-servers-kagi?style=directory" alt="MCP Servers Kagi on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”ŽSearch & Data Extraction
PricingBring your own API key (usage-based cost)
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 4, 2026
11/11 checks healthy over the last 33d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars45
GitHub Star CountTotal stargazers on GitHub representing community popularity (45 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Dec 13, 2024
npm downloads30,651/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
44Quality signal: Fair Β· 44/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev Β· @smithery/cli (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”Ž Search & Data Extraction β†’Best MCP servers for Web Search & Scraping β†’Alternatives to MCP Servers Kagi β†’Install in Claude DesktopInstall in CursorInstall in VS Code