X CRM MCP
Give AI the context of your X followers with CRM functionality
X CRM MCP
- login with X with follows scope
- sync into a list of follows with
- user details
- note
- make that accessible over MCP as one large context with 2 tools
- getFollows()
- setNote(username,note)
Target Flow enabled by this:
- get all follows and their public details and some info
- use with deep research to find more info on them online, such as personal blog, GitHub, insta, etc
- use LLM to find specific people in my network that want a very specific thing that I can help them with
- use ai to read and write notes on my network
Context:
- simplerauth using x oauth provider (login.wilmake.com) https://uithub.com/janwilmake/universal-mcp-oauth/tree/main/simplerauth-client/README.md
- twitter api https://uithub.com/janwilmake/twitterapi-openapi/blob/main/openapi.json
- flaredream https://flaredream.com/system-ts.md
- with-mcp: https://uithub.com/janwilmake/with-mcp
Implementation:
- After X login of a user, fetches all follows using twitterapi, stores it in users own durable object.
- Exposes endpoints
GET /follows
andPOST /note/{username}?note={note}
and expose those through tools using an openapi andwithMcp
- NB: withSimplerAuth is wrapped within the withMcp handler
- add column
tags
into the table - allow getFollows(tag?:string) to filter on a tag
- allow setNote to also update tags (must be comma separated) (call it
updateContact
) - in the markdown, put unique tags at the top
- add a html version (renders at index) that renders all follows in a table, with ability to click a tag to navigate to ?tag={tag} to filter on this.
Related Servers
Cursor Task Manager
An MCP server for task management, time tracking, and workflow automation, integrated with Cursor IDE and a Directus backend.
Task Orchestrator
AI-powered task orchestration and workflow automation with specialized agent roles, intelligent task decomposition, and seamless integration across Claude Desktop, Cursor IDE, Windsurf, and VS Code.
n8n-mcp
A simple note storage system with tools to add and summarize notes using a custom note:// URI scheme.
Productboard MCP Server
Integrates with the Productboard API, offering 49 specialized tools to manage all major Productboard functionalities.
AI Collaboration MCP Server
An MCP server for AI-to-AI collaboration, enabling autonomous workflows and role-based task management between different AI models.
DateTime
Provides current date and time with configurable formats and timezones.
MCP Orchestrator
A universal interface to manage and interact with all your MCP servers from a single point, using external configuration files for mappings and credentials.
macOS Remote Control
A Python server for remote macOS control via VNC, featuring an AI-powered chat web interface.
Microsoft 365
MCP server that connects to the whole Microsoft 365 suite (Microsoft Office, Outlook, Excel) using Graph API (including mail, files, calendar)
omniparser-autogui-mcp
An MCP server that analyzes the screen with OmniParser to automate GUI operations.