Farcaster MCP ServerServer

manimohans
GitHub
FarcasterAI IntegrationSocial Media

Loading subscription status...

💡 Description

This MCP server provides tools to interact with the Farcaster network, allowing AI models to fetch casts (posts), search channels, and analyze content.

📝 JSON Entries

{
  "mcpServers": [
    {
      "farcaster": {
        "args": [
          "/absolute/path/to/farcaster-mcp/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

get-user-castsget-channel-castsget-username-casts

Features

  • Fetch user casts by FID
  • Fetch user casts by username
  • Fetch channel casts

💬 Example Queries

  • Show latest casts from FID 6846.
  • Display latest casts from the username 'mani'.
  • Show latest casts from the channel 'aichannel'.