AI Engineer MCP 2025

by aiDotEngineer

55 stars
299 downloads
Not rated
GitHub Website

About

MCP remote server for AI Engineer World's Fair 2025

Details

Author
aiDotEngineer
GitHub stars
55
Downloads
299
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name AI Engineer MCP 2025
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

AI Engineer MCP 2025

This project hosts the AI Engineer Conference 2025 talk submission system and MCP server.

Thanks to @threepointone for help setting this up with Cloudflare! <3

image

add this to your MCP Client

https://ai-engineer-wf-2025.swyx-5de.workers.dev/sse

// for example .cursor/mcp.json
{
  "mcpServers": {
    "AIECONF": {
      "url": "https://ai-engineer-wf-2025.swyx-5de.workers.dev/sse"
    }
  }
}

and then try "tell me about the conference" in your chat app that will then call the MCP server.

Project Structure

The project is built as a Cloudflare Worker with the following key components:
- MCP server implementation in src/index.ts
- Application logic in src/app.ts
- Utility functions in src/utils.ts
- Static assets in static/ directory

Develop locally

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.