This is the standalone MCP server for the Webyaam project.
/mcp/claude/mcp/chatgpt/mcpUse the MCP setup guide in the main Webyaam app and replace the bearer token with a valid Webyaam API token.
{
"mcpServers": {
"webyaam": {
"url": "https://mcp.webyaam.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_WEBYAAM_TOKEN"
}
}
}
}For local development, run npm run mcp:dev from the project root.