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

コメント

「その他」の他のコンテンツ