Use this guide to connect Claude Code to the Sevalla MCP server atDocumentation Index
Fetch the complete documentation index at: https://docs.sevalla.com/llms.txt
Use this file to discover all available pages before exploring further.
https://mcp.sevalla.com/mcp.
After setup, Claude Code can use Sevalla MCP tools like search and execute directly from chat.
Check out Sevalla’s MCP in action with Claude Code:
Quick setup (CLI + OAuth)
OAuth is the recommended authentication method.- Add the Sevalla MCP server:
- Open Claude Code and run:
- Select
sevallaand complete the browser login flow with your Sevalla account. - Run
claude mcp listto confirm the server is configured.
Manual configuration (.mcp.json)
You can define Sevalla manually in .mcp.json (project-shared) or in ~/.claude.json (personal).
Configuration scope
local(default): private to the current project context.project: shared via.mcp.jsonin the repository.user: available to your user account across projects.
--scope project for team-shared setups and --scope user for personal cross-project setups.
Uninstall
- Within Claude Code run:
- Clear the stored OAuth token. In Claude Code run
/mcp, select Sevalla, and choose Clear authentication.
Reference
- Sevalla MCP endpoint:
https://mcp.sevalla.com/mcp - Sevalla MCP repository: github.com/sevalla-hosting/mcp