tenkai-mcp is an MCP server that lets your coding assistant search Tenkai Daily — find open-source releases, papers, and tools directly from Claude Code, Cursor, Windsurf, and more.

Install

Run the interactive installer:

npx tenkai-mcp install

It detects which coding assistants you have installed and patches their config automatically. Restart your assistant to activate.

Or use a prompt

Paste this into your coding assistant and it will handle the install:

Please install the tenkai-mcp MCP server for me.
Run `npx tenkai-mcp install` and follow the interactive prompts
to configure it for whichever coding assistants I have installed.

Available tools

ToolDescription
search_postsSearch by keyword — finds releases, papers, and tutorials
get_recent_postsLatest N daily posts
list_tagsAll topic tags in the index

Example prompts

  • “Search tenkai for recent RAG tools”
  • “What vector database releases came out this week on tenkai?”
  • “Find tenkai posts tagged open-source from this month”

Manual config

If you prefer to configure manually, add this to your client’s MCP settings:

{
  "mcpServers": {
    "tenkai": {
      "command": "npx",
      "args": ["-y", "tenkai-mcp"]
    }
  }
}

Config file locations:

ClientPath
Claude Code (user)~/.claude/mcp.json
Claude Code (project).mcp.json
Claude Desktop (macOS)~/Library/Application Support/Claude/claude_desktop_config.json
Cursor~/.cursor/mcp.json
Windsurf~/.codeium/windsurf/mcp_config.json