Eversince MCP Server

Eversince MCP Server

A creative agent that plans and executes across image, video, and audio. Uses 30+ tools, orchestrates 20+ AI models, and does agentic timeline editing.

Category
Visit Server

README

Eversince MCP Server

A hosted Model Context Protocol (MCP) server that exposes the Eversince creative agent — image, video, audio, and motion graphics generation — to any MCP-compatible client.

  • Transport: Streamable HTTP
  • MCP SDK: @modelcontextprotocol/sdk (server-side)
  • Server URL: https://mcp.eversince.ai/mcp

What this is

This is an MCP server implementation. It speaks JSON-RPC 2.0 over HTTP per the MCP specification and exposes a set of MCP tools that let MCP clients (Claude Desktop, Cursor, Cline, Windsurf, claude.ai, Zed) drive the Eversince creative agent.

The server is hosted by Eversince. There is nothing to install or run locally — connect any MCP client to the URL above.

MCP capabilities

Capability Supported
tools Yes
resources Yes
prompts No
sampling No
roots No

Tools are discovered via the standard MCP tools/list method. The current set is returned live by the server, with full input schemas.

Resources are discovered via resources/list — the server exposes the agent-facing skill playbook, API reference, and advanced patterns documents at eversince://skill, eversince://reference/api, and eversince://reference/patterns.

Authentication

The server implements OAuth 2.1 authorization per the MCP authorization specification, with discovery via RFC 9728 Protected Resource Metadata at https://mcp.eversince.ai/.well-known/oauth-protected-resource.

Two credential types are accepted on the Authorization: Bearer <token> header:

  1. OAuth 2.1 access token — Issued via the standard MCP OAuth flow. MCP clients (Claude Desktop, Cursor, claude.ai) discover the authorization server automatically.
  2. API key — Static es_live_* key for programmatic clients. Create at https://eversince.ai/app/settings.

On 401, the server returns a WWW-Authenticate: Bearer header so MCP clients can complete OAuth discovery.

Connect

Most MCP clients accept the server URL directly via their MCP settings. For clients that only support local stdio servers, use a remote bridge such as mcp-remote.

{
  "mcpServers": {
    "eversince": {
      "url": "https://mcp.eversince.ai/mcp"
    }
  }
}

Links

Production endpoint https://mcp.eversince.ai/mcp
OAuth metadata https://mcp.eversince.ai/.well-known/oauth-protected-resource
Documentation https://docs.eversince.ai
Account & API keys https://eversince.ai/app/settings

License

MIT for this README. The hosted MCP server is subject to the Eversince Terms of Service.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured