Farcaster MCP Server
Provides tools to interact with the Farcaster network, allowing AI models to fetch casts, search channels, and analyze content.
manimohans
Tools
get-user-casts
Get casts from a specific Farcaster user by FID
get-channel-casts
Get casts from a specific Farcaster channel
get-username-casts
Get casts from a specific Farcaster username
README
Farcaster MCP Server
An MCP server that provides tools to interact with the Farcaster network (farcaster.xyz), allowing AI models to fetch casts, search channels, and analyze content.
<a href="https://glama.ai/mcp/servers/koo5epnlc7"> <img width="380" height="200" src="https://glama.ai/mcp/servers/koo5epnlc7/badge" alt="Farcaster Server MCP server" /> </a>
Features
- Get User Casts: Retrieve casts from a specific Farcaster user by FID
- Get Username Casts: Retrieve casts from a specific Farcaster user by username
- Get Channel Casts: Retrieve casts from a specific Farcaster channel
Installation
# Clone the repository
git clone https://github.com/manimohans/farcaster-mcp.git
cd farcaster-mcp
# Install dependencies
npm install
# Build the project
npm run build
Usage
Running the server
npm start
Using with MCP Inspector
npx @modelcontextprotocol/inspector node ./build/index.js
Using with Claude for Desktop
-
Install Claude for Desktop
-
Open your Claude for Desktop App configuration at:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
-
Add the following configuration:
{
"mcpServers": {
"farcaster": {
"command": "node",
"args": ["/absolute/path/to/farcaster-mcp/build/index.js"]
}
}
}
- Restart Claude for Desktop
Using with Smithery
This project includes Smithery configuration files for easy deployment:
# Install Smithery CLI
npm install -g @smithery/cli
# Deploy to Smithery (specify the client, e.g., claude, cline, windsurf, etc.)
npx @smithery/cli install @manimohans/farcaster-mcp --client claude
Available client options: claude, cline, windsurf, roo-cline, witsy, enconvo
Available Tools
get-user-casts
Retrieves casts from a specific Farcaster user by their FID (Farcaster ID).
Parameters:
fid
: Farcaster user ID (number)limit
(optional): Maximum number of casts to return (default: 10)
Example query: "Show me the latest casts from FID 6846."
get-username-casts
Retrieves casts from a specific Farcaster user by their username.
Parameters:
username
: Farcaster username (string)limit
(optional): Maximum number of casts to return (default: 10)
Example query: "Show me the latest casts from username 'mani'."
get-channel-casts
Retrieves casts from a specific Farcaster channel.
Parameters:
channel
: Channel name or URL (string)limit
(optional): Maximum number of casts to return (default: 10)
Example query: "Show me the latest casts from the 'aichannel' channel."
Smithery Configuration
This repository includes the necessary configuration files for Smithery:
smithery.yaml
: YAML configuration for Smithery deploymentsmithery.json
: JSON configuration for Smithery capabilitiesDockerfile
: Container configuration for Smithery deployment
API Details
This implementation uses the Farcaster Hubble API to fetch data.
Development
# Run in development mode
npm run dev
License
MIT
Recommended Servers

@wopal/mcp-server-hotnews
A Model Context Protocol server that provides real-time hot trending topics from major Chinese social platforms and news sites.
actors-mcp-server
Use 3,000+ pre-built cloud tools from Apify, known as Actors, to extract data from websites, e-commerce, social media, search engines, maps, and more
mcp-maigret
MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.
Instagram MCP Server
A server that allows fetching Instagram posts using Chrome's existing login session via Model Context Protocol (MCP).

X(Twitter) MCP Server
An MCP server that allows Claude to create, manage and publish X/Twitter posts directly through the chat interface.
LinkedIn MCP Server
A Model Context Protocol server that enables seamless interaction with LinkedIn for job applications, profile retrieval, feed browsing, and resume analysis through natural language commands.
Twitter MCP Server
Provides AI agents with comprehensive Twitter functionality through the Model Context Protocol standard, enabling reading tweets, posting content, managing interactions, and accessing timeline data with robust error handling.
Twitch MCP Server
Enables interaction with the Twitch API, allowing users to retrieve comprehensive information about channels, streams, games, and more, with additional support for searching and accessing chat elements like emotes and badges.

LinkedIn Browser MCP Server
A FastMCP-based server that enables programmatic LinkedIn automation and data extraction through browser automation, offering secure authentication and tools for profile operations and post interactions while respecting LinkedIn's rate limits.
Hive MCP Server
Enables AI assistants to interact with the Hive blockchain through the Model Context Protocol, allowing for account info retrieval, content reading/creation, cryptocurrency transfers, and cryptographic operations.