AI Engineer MCP 2025
@aiDotEngineer
About AI Engineer MCP 2025
MCP remote server for AI Engineer World's Fair 2025
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aie-mcp": {
"command": "npx",
"args": [
"wrangler",
"dev"
]
}
}
}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 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 devand MCP Inspector - Remote deployment to Cloudflare with
npm run deploy - Supports connection from Claude Desktop via
mcp-remoteproxy
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.
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ICSS
chokcoco不止于 CSS

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments