Back to Apps

KanseiLink MCP Server
Supports UIby kansei-link
A local-first intelligence layer reducing token waste for SaaS integrations with 11,000+ service guides and recipes.
0 stars
Works in:CursorzedWindsurf
Exposes:ToolsResources
What it does
KanseiLink is a local-first MCP navigator designed to stop AI agents from burning tokens on repetitive SaaS documentation searches and trial-and-error API integrations. It provides a local SQLite database of over 11,000 SaaS services, 200 workflow recipes, and detailed API guides, allowing agents to find auth flows and pitfalls instantly without expensive web searches.
Tools
search_services: Find SaaS services and MCP servers by intent using full-text search.lookup: Retrieve specific tips, full details, insights, or integration recipes for a service.report: Submit outcomes, feedback, or record API events to contribute to collective intelligence.inspect: Audit the health of the service colony, including update proposals and snapshots.analyze: Generate token savings reports, cost audits, and AEO (Agent Engine Optimization) articles.
Installation
Add to your claude_desktop_config.json or .cursor/mcp.json:
{
"mcpServers": {
"kansei-link": {
"command": "npx",
"args": ["-y", "@kansei-link/mcp-server"]
}
}
}
Supported hosts
- Claude Code
- Cursor
- Zed
- Windsurf
- Claude Desktop
Quick install
npx -y @kansei-link/mcp-serverInformation
- Pricing
- free
- Published
- 7/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json context_servers entryCursor
Add to .cursor/mcp.json: { "kansei-link": { "command": "npx", "args": ["-y", "@kansei-link/mcp-server"] } }Windsurf
Add to mcp_config.json entryClaude Desktop
Add to mcpServers: { "command": "npx", "args": ["-y", "@kansei-link/mcp-server"] }





