Evatype MCP Server

Evatype has a hosted MCP server. Connect it once and your AI coding assistant can list your projects, add ideas, generate content and check runs, straight from your terminal.

https://evatype.com/api/v1/mcp

Claude Code

  1. Run this in your terminal

    claude mcp add evatype --transport http https://evatype.com/api/v1/mcp
    

    You'll see a success message like:

    Added HTTP MCP server evatype with URL: https://evatype.com/api/v1/mcp to local config
    File modified: /Users/username/.claude.json [project: /Users/username/myproject]
    
  2. Restart Claude Code and run /mcp

    Select evatype from the list and press Enter to authenticate.

  3. Authorize in your browser

    An Evatype OAuth permissions screen opens. Click Authorize, then you'll see "Authentication complete. You may close this window."

Codex

  1. Run this in your terminal

    codex mcp add evatype --url https://evatype.com/api/v1/mcp
    
  2. Authorize in your browser

    An Evatype OAuth permissions screen opens. Click Authorize, then you'll see "Authentication complete. You may close this window."

  3. Restart Codex

Try it out

That's it, you're all set. Start by asking something like:

  • use the evatype mcp and list my projects
  • for project [name], list all ideas

You can also ask it what else you can do.