MCP.so
ログイン

AI Engineer MCP 2025

@aiDotEngineer

AI Engineer MCP 2025 について

MCP remote server for AI Engineer World's Fair 2025

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

aiDotEngineer

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "aie-mcp": {
      "command": "npx",
      "args": [
        "wrangler",
        "dev"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is AI Engineer MCP 2025?

AI Engineer MCP 2025 is a Model Context Protocol server that powers the AI Engineer Conference 2025 talk submission system. It is built as a Cloudflare Worker and exposes tools for querying conference information via SSE transport. It is intended for conference attendees and developers integrating with MCP-compatible clients.

How to use AI Engineer MCP 2025?

Add the SSE endpoint https://ai-engineer-wf-2025.swyx-5de.workers.dev/sse to your MCP client configuration (e.g., .cursor/mcp.json). Then ask your chat app something like "tell me about the conference" to trigger the MCP server. For local development, clone the repo, run npx wrangler dev, and connect via the MCP Inspector at http://localhost:8787/sse.

Key features of AI Engineer MCP 2025

  • SSE-based MCP server running on Cloudflare Workers
  • Talk submission system for AI Engineer Conference 2025
  • KV storage for authentication (OAUTH_KV) and submissions (AIEWFSUBMISSIONS)
  • Local development with wrangler dev and MCP Inspector
  • Remote deployment to Cloudflare with npm run deploy
  • Supports connection from Claude Desktop via mcp-remote proxy

Use cases of AI Engineer MCP 2025

  • Conference attendees can ask an AI assistant about talk schedules
  • Developers can build MCP clients that query submission data
  • Organizers manage talk submissions through the MCP server
  • Users can test and explore the MCP API using the MCP Inspector

FAQ from AI Engineer MCP 2025

What tools does the MCP server provide?

The README shows the server can respond to "tell me about the conference," implying at least a conference information tool. No explicit tool list is given.

How do I connect the MCP server to Claude Desktop?

Use the mcp-remote proxy. In Claude Desktop’s config, set the mcpServers entry with command npx, args ["mcp-remote", "http://localhost:8787/sse"] (or your remote Workers URL).

What dependencies are required to run locally?

Node.js, npm, and Cloudflare’s wrangler CLI. Dependencies are installed with npm install in the cloned repository.

Where is data stored?

Authentication tokens are stored in a KV namespace called OAUTH_KV. Talk submission data is stored in AIEWFSUBMISSIONS. Both require SECRETKEY in secrets store.

Does the server use authentication and what transport does it use?

Yes, authentication is handled via OAuth (KV-backed). The transport is Server-Sent Events (SSE), as configured with the /sse endpoint.

コメント

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