everydayseries / mcp server operational

The Model Context Protocol server for EverydaySeries.

This server lets AI assistants like Claude connect to your EverydaySeries workspace. Your agents, flows, tools, documents, and sites become callable functions — so you can manage your entire workspace from a conversation.

What is this?

This is an MCP (Model Context Protocol) server. It bridges AI clients — such as Claude Code, Claude Desktop, or any MCP-compatible tool — to the EverydaySeries platform. Connect once, and your AI assistant can run Series, create documents, manage agents, and invoke custom tools on your behalf.

How to connect

In Claude Code, add this server to your config:

claude mcp add everydayseries --transport sse https://mcp.everydayseries.ai/sse

Then pass your team parameters as query params on the SSE URL: email, es_team_slug, user_es_key, es_url, serverId.

// endpoints

GET
/sse
SSE stream — connect here
POST
/messages
JSON-RPC message channel
POST
/sse/add-tool
Dynamically add a flow as a tool
GET
/sse/status
Active server instances
GET
/api-docs
Swagger / OpenAPI docs
GET
/.well-known/oauth-authorization-server
OAuth metadata
Open EverydaySeries → API Documentation → Learn about MCP →