stripfeed-mcp-server
Converts any URL to clean, token-efficient Markdown for AI agents. Strips ads, navigation, and scripts. Supports CSS selectors, batch processing (10 URLs), token counting, and smart caching.
README
StripFeed MCP Server
<a href="https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@StripFeed/stripfeed-mcp-server/badge" alt="StripFeed MCP Server" /> </a>
MCP server for StripFeed - convert any URL to clean, token-efficient Markdown.
Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.
Setup
1. Get your API key
Sign up at stripfeed.dev and create an API key.
2. Install
Claude Code
claude mcp add stripfeed -- npx -y @stripfeed/mcp-server
Then set your API key:
export STRIPFEED_API_KEY=sf_live_your_key
Or add it to your shell profile (~/.zshrc, ~/.bashrc).
Cursor / VS Code
Add to your MCP settings (.cursor/mcp.json or VS Code MCP config):
{
"mcpServers": {
"stripfeed": {
"command": "npx",
"args": ["-y", "@stripfeed/mcp-server"],
"env": {
"STRIPFEED_API_KEY": "sf_live_your_key"
}
}
}
}
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"stripfeed": {
"command": "npx",
"args": ["-y", "@stripfeed/mcp-server"],
"env": {
"STRIPFEED_API_KEY": "sf_live_your_key"
}
}
}
}
Tools
fetch_url
Convert a single URL to clean Markdown.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL to fetch and convert |
| selector | string | No | CSS selector to extract specific elements |
| model | string | No | AI model ID for cost tracking |
| cache | boolean | No | Set to false to bypass cache |
| ttl | number | No | Cache TTL in seconds (default 3600, max 86400) |
Example usage in Claude Code:
"Fetch https://react.dev/learn and summarize the key concepts"
"Get the pricing table from https://stripe.com/pricing using selector '.pricing-table'"
batch_fetch
Fetch multiple URLs in parallel (up to 10).
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| urls | string[] | Yes | Array of URLs to fetch (1-10) |
| model | string | No | AI model ID for cost tracking |
Example usage in Claude Code:
"Fetch the React, Vue, and Svelte docs and compare their approaches to state management"
Pricing
The MCP server uses your StripFeed API key. Usage counts toward your plan limits:
- Free: 200 requests/month, 1 API key
- Pro: 100K requests/month, unlimited keys ($19/mo)
- Enterprise: Unlimited
Links
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.