MCP.so
登录
F

Farcaster Mcp

@argenestel

关于 Farcaster Mcp

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

argenestel

提交者

Silver Star

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "farcaster": {
      "command": "npx",
      "args": [
        "-y",
        "github:argenestel/farcaster-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Farcaster MCP?

Farcaster MCP is an MCP server that provides tools to interact with the Farcaster network, allowing AI models to fetch casts, search channels, and analyze content.

How to use Farcaster MCP?

Clone the repository, install dependencies with npm install, build with npm run build, then run with npm start. Configure it as an MCP server for clients like Claude for Desktop or deploy with Smithery. Use the tools get-user-casts, get-username-casts, and get-channel-casts to retrieve casts.

Key features of Farcaster MCP

  • Retrieve casts from a specific Farcaster user by FID
  • Retrieve casts from a specific Farcaster user by username
  • Retrieve casts from a specific Farcaster channel
  • Optional limit parameter for number of casts (default 10)
  • Easy deployment via Smithery or manual configuration

Use cases of Farcaster MCP

  • AI assistants fetching recent casts from a Farcaster user
  • Monitoring content from a specific Farcaster channel
  • Analyzing user activity by username or FID
  • Integrating Farcaster data into chatbot conversations

FAQ from Farcaster MCP

What tools does Farcaster MCP provide?

It provides three tools: get-user-casts (by FID), get-username-casts (by username), and get-channel-casts (by channel name).

How do I install and run Farcaster MCP?

Clone the repo, run npm install and npm run build, then start with npm start. For Claude Desktop, add the server configuration to claude_desktop_config.json.

What API does Farcaster MCP use under the hood?

It uses the Farcaster Hubble API to fetch data.

Can I deploy Farcaster MCP with Smithery?

Yes, it includes Smithery configuration files. Use npx @smithery/cli install @manimohans/farcaster-mcp --client claude (or other client names like cline, windsurf).

What runtime dependencies does it have?

It requires Node.js and npm, and uses the Hubble API (no authentication details provided in the README).

评论

其他 分类下的更多 MCP 服务器