Purefeed MCP Server
Click on "Install 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: Twitter/X 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/poloniki/purefeed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server