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: 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.12
- AlicenseNot gradedqualityDmaintenanceProvides AI agents and coding assistants with Twitter data access including tweets, user profiles, followers, and search functionality.MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to access Twitter/X data, including user profiles, tweets, trends, and more, through the ScrapeBadger API.162MIT

Bloghunch MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceConnects AI assistants to Bloghunch publications for automating content creation, analytics, and distribution.MIT
Related MCP Connectors
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
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