Skip to main content
Glama

Kagi MCP

by yuki-yano
package.json1.14 kB
{ "name": "kagi-mcp", "version": "0.0.1", "description": "Node.js implementation of Kagi MCP server for Model Context Protocol", "main": "dist/index.js", "scripts": { "build": "tsc", "watch": "tsc --watch", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/yuki-yano/kagi-mcp.git" }, "keywords": [ "kagi", "mcp", "model-context-protocol", "claude", "ai", "search", "summarizer" ], "author": "Yuki Yano", "license": "MIT", "type": "module", "bin": { "kagi-mcp": "dist/index.js" }, "bugs": { "url": "https://github.com/yuki-yano/kagi-mcp/issues" }, "homepage": "https://github.com/yuki-yano/kagi-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.0", "axios": "^1.10.0" }, "devDependencies": { "@types/node": "^24.0.3", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuki-yano/kagi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server