Krill.to MCP Server
Enables AI agents to search and manage Twitter/X bookmarks via krill.to.
README
@krillto/mcp-server
MCP server for krill.to — search and manage your Twitter/X bookmarks from any AI agent.
Works with Claude Desktop, Claude Code, Cursor, Windsurf, OpenClaw, and any MCP-compatible client.
Quick Start
1. Get your API key
Sign in to krill.to, go to Settings → API Key, and generate a key.
2. Configure your MCP client
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"krill": {
"command": "npx",
"args": ["-y", "@krillto/mcp-server"],
"env": {
"KRILL_API_KEY": "krill_your_key_here"
}
}
}
}
Cursor — add to .cursor/mcp.json:
{
"mcpServers": {
"krill": {
"command": "npx",
"args": ["-y", "@krillto/mcp-server"],
"env": {
"KRILL_API_KEY": "krill_your_key_here"
}
}
}
}
Claude Code — add to .claude/settings.json:
{
"mcpServers": {
"krill": {
"command": "npx",
"args": ["-y", "@krillto/mcp-server"],
"env": {
"KRILL_API_KEY": "krill_your_key_here"
}
}
}
}
That's it. Your AI agent can now search your bookmarks.
Tools
| Tool | Description |
|---|---|
search_bookmarks |
Search by keyword, topic, or author (full-text + semantic) |
ask_bookmarks |
Ask AI questions about your saved bookmarks |
list_collections |
List all your collections |
get_collection_bookmarks |
View bookmarks in a collection |
create_collection |
Create a new collection |
add_to_collection |
Add a bookmark to a collection |
update_bookmark |
Update category or tags |
add_notes |
Add personal notes to a bookmark |
get_highlights |
View all your highlighted passages |
delete_bookmark |
Delete a bookmark |
Examples
Ask your AI agent:
- "Search my bookmarks about React Server Components"
- "What have I saved about AI agents lately?"
- "Create a collection called 'Must Read' and add the latest 3 bookmarks"
- "Show me my highlights"
- "What did @karpathy tweet about that I saved?"
What is krill.to?
Krill.to saves your Twitter/X bookmarks, auto-categorizes them with AI, and makes them searchable. Think of it as a second brain for everything you bookmark on X.
- One-click save via Chrome extension
- AI-powered categorization and tagging
- Full-text and semantic search
- Thread unrolling and media capture
- AI chat — ask questions about your bookmarks
Development
git clone https://github.com/krillto/mcp-server.git
cd mcp-server
pnpm install
pnpm build
Test locally:
KRILL_API_KEY=krill_your_key node dist/index.js
Environment Variables
| Variable | Required | Description |
|---|---|---|
KRILL_API_KEY |
Yes | Your krill.to API key (starts with krill_) |
KRILL_BASE_URL |
No | Custom API URL (default: https://krill.to) |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.