PluginBench
MCP Server
Maintained
MIT

FeedKit MCP Server

io.github.ArkNill/feedkit

What is the FeedKit MCP server?

RSS/Atom feed collection with 417 curated feeds. Python MCP server.

How to install FeedKit

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "feedkit": {
      "command": "uvx",
      "args": [
        "feedkit"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "feedkit": {
      "command": "uvx",
      "args": [
        "feedkit"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "feedkit": {
      "command": "uvx",
      "args": [
        "feedkit"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "feedkit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "feedkit"
      ]
    }
  }
}
Claude Code
claude mcp add feedkit -- uvx feedkit

Related MCP servers

Docpick

Maintained

Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out.

1
Apache-2.0
View repository →

Browsegrab

Maintained

Token-efficient browser agent for local LLMs. Playwright + accessibility tree + MarkGrab.

0
MIT
View repository →

Diffgrab

Maintained

Web page change tracking with structured diffs. markgrab + snapgrab integration.

0
MIT
View repository →

Embgrep

Maintained

Local semantic search — embedding-powered grep for files, zero external services.

0
MIT
View repository →

MarkGrab

Maintained

Universal web content extraction — any URL to LLM-ready markdown. HTML, YouTube, PDF, DOCX.

0
MIT
View repository →

Snapgrab

Maintained

URL to screenshot with metadata. Python MCP server. Claude Vision optimized.

0
MIT
View repository →