MCP server for syncing, searching, and exploring X/Twitter bookmarks with AI-powered enrichment and a React dashboard
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"x-bookmarks-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cdilling/x-bookmarks-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add x-bookmarks-mcp-serv npx -y cdilling/x-bookmarks-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"x-bookmarks-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cdilling/x-bookmarks-mcp-server"
]
}
}
}