@krillto/mcp-server
v0.1.0
Published
MCP server for krill.to — search and manage your Twitter/X bookmarks from any AI agent
Maintainers
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.
Setup
1. Get your API key
Sign in to krill.to, go to Settings → API Key, and generate a key.
2. Install
npm install -g @krillto/mcp-server3. Configure your MCP client
Claude Desktop / Claude Code
Add to your MCP settings (claude_desktop_config.json or .claude/settings.json):
{
"mcpServers": {
"krill": {
"command": "krill-mcp",
"env": {
"KRILL_API_KEY": "krill_your_key_here"
}
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"krill": {
"command": "krill-mcp",
"env": {
"KRILL_API_KEY": "krill_your_key_here"
}
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| search_bookmarks | Search bookmarks by keyword, topic, or author |
| 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"
License
MIT
