Purefeed MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Purefeed MCP Serversearch my saved tweets for AI trends"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Purefeed MCP Server
A Model Context Protocol server that connects AI assistants to your Purefeed account — giving them access to your AI-curated Twitter/X feed, signals, semantic search, and post creation studio.
Features
Feed — Read your AI-ranked Twitter/X feed with signal relevance scores
Signals — Create, manage, and query AI signals that auto-detect topics in your feed
Search — Semantic (vector) search across all your saved tweets
Studio — Generate, humanize, publish, schedule, and queue posts via Typefully
Folders — Browse your bookmark folders and saved tweets
Related MCP server: TwitterAPI.io MCP Server
Setup
Go to purefeed.ai/profile and create a Public API Key
Install using the instructions for your platform below
Installation
OpenClaw
# Install the skill from ClawHub
clawhub install purefeed
# Configure the MCP server
openclaw config set mcpServers.purefeed.command "npx"
openclaw config set mcpServers.purefeed.args '[ "-y", "@purefeed/mcp-server" ]'
openclaw config set mcpServers.purefeed.env.PUREFEED_API_KEY "your-api-key"Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"purefeed": {
"command": "npx",
"args": ["-y", "@purefeed/mcp-server"],
"env": {
"PUREFEED_API_KEY": "your-api-key"
}
}
}
}Claude Code
claude mcp add purefeed -- npx -y @purefeed/mcp-server \
--env PUREFEED_API_KEY=your-api-keyCursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"purefeed": {
"command": "npx",
"args": ["-y", "@purefeed/mcp-server"],
"env": {
"PUREFEED_API_KEY": "your-api-key"
}
}
}
}Tools
Tool | Description | Key Parameters |
| Get your user profile and verify the API key | — |
| Retrieve your AI-ranked tweet feed |
|
| Get AI signal analysis for specific tweets |
|
| List your bookmark folders | — |
| Get tweets saved in a folder |
|
| List all your AI signal configurations | — |
| Create a new AI signal |
|
| Get details of a specific signal |
|
| Update signal name or description |
|
| Permanently delete a signal |
|
| Get tweets that triggered a signal |
|
| List available writing styles | — |
| Semantic search across saved tweets |
|
| Generate a post using AI and reference tweets |
|
| Score a post for AI-likeness and rewrite if needed |
|
| Publish a post to X/Twitter immediately |
|
| Schedule a post for a specific time |
|
| Save a post as a draft in Typefully |
|
| Add a post to the next queue slot |
|
Resources
The server exposes these MCP resources for ambient context:
Resource | URI | Description |
Signals |
| Your AI signal configurations with IDs |
Styles |
| Available writing styles with IDs |
Profile |
| Your Purefeed user profile |
Folders |
| Your bookmark folders with IDs |
Prompts
Prompt | Description |
| Analyze your feed for key themes, notable tweets, and signal matches |
| Find interesting content and draft a post (optionally about a specific topic) |
| Get a summary of what each AI signal detected recently |
Configuration
Environment Variable | Required | Default | Description |
| Yes | — | Your Purefeed API key from purefeed.ai/profile |
| No |
| API base URL (for self-hosted or development) |
Debugging
Test the server locally with the MCP Inspector:
npx @modelcontextprotocol/inspector npx -y @purefeed/mcp-serverSet the PUREFEED_API_KEY environment variable in the Inspector UI, then test individual tools.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
- RevensiOAuthcom.revensi
Connect your AI assistant to Revensi OS agents, workflows, and business data.
Verified, pay-per-use API tools for AI agents through one authenticated connection.
Connect AI agents to 1000+ apps with managed authentication and tool-calling.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceConnects AI assistants to Twitter/X using cookie-based authentication to read timelines, search tweets, and perform actions like posting and liking. It leverages Twitter's internal GraphQL API to provide full functionality without requiring a developer account.8 npm-
- AlicenseNot gradedqualityDmaintenanceProvides AI agents and coding assistants with Twitter data access including tweets, user profiles, followers, and search functionality.MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to access Twitter/X data, including user profiles, tweets, trends, and more, through the ScrapeBadger API.162MIT

Bloghunch MCP Serverofficial
AlicenseAqualityDmaintenanceConnects AI assistants to Bloghunch publications for automating content creation, analytics, and distribution.8MIT