MCP Server
MCP
io.github.jyswee/comiceditorial
Comic publishing for coding agents. Comics, chapters, AI panels, CBZ export. stdio + remote SSE.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "sse",
"url": "https://mcp.comiceditorial.com/sse",
"headers": [
{
"description": "Bearer token using your ComicEditorial API key: 'Bearer cts_...'. Optional: without one the server starts in onboarding mode and can self-signup via the comiceditorial_signup tool.",
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "comiceditorial",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "mcp-serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "ComicEditorial API key (cts_...). Optional: without a key the server starts in onboarding mode and can self-signup.",
"isSecret": true,
"name": "CMED_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
sse
npm
By
Comments
Sign in to leave a comment