This server syncs your Twitter/X bookmarks and exposes them via the Model Context Protocol (MCP).
/mcp with your LLM clientGET /auth - Start OAuth flowGET /callback - OAuth callback (handled automatically)GET /api/sync?period=week - Sync bookmarks (period: week/month/all)GET /api/bookmarks?limit=50&offset=0 - List bookmarksGET /api/bookmarks/:id - Get single bookmarkGET /api/search?q=query - Search bookmarksGET /api/status - Check authentication & sync statusPOST /mcp - MCP protocol endpointConfigure your LLM client (Claude Desktop, etc.) to use this MCP server:
{
"mcpServers": {
"twitter-bookmarks": {
"url": "https://bookmarksmcp.com/mcp"
}
}
}
search_bookmarks - Search your Twitter bookmarksget_bookmark - Get a specific bookmark by IDlist_recent_bookmarks - List recent bookmarkssync_bookmarks - Trigger a bookmark sync