MCP.so
Sign In
F

Farcaster Mcp

@argenestel

About Farcaster Mcp

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

argenestel

Submitted by

Silver Star

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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).

Comments

More Other MCP servers