Skip to main content
The MCP server exposes native tools that your agent sees directly. No skill.md needed — tool descriptions serve the same purpose.

Server details

Command: npx -y @xwell/mcp@latest
Environment: XWELL_API_KEY=YOUR_API_KEY

Client-specific setup

claude mcp add xwell -e XWELL_API_KEY=YOUR_API_KEY -- npx -y @xwell/mcp@latest
Add to claude_desktop_config.json:
{
  "mcpServers": {
    "xwell": {
      "command": "npx",
      "args": ["-y", "@xwell/mcp@latest"],
      "env": { "XWELL_API_KEY": "YOUR_API_KEY" }
    }
  }
}
Add to .cursor/mcp.json:
{
  "mcpServers": {
    "xwell": {
      "command": "npx",
      "args": ["-y", "@xwell/mcp@latest"],
      "env": { "XWELL_API_KEY": "YOUR_API_KEY" }
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json with the same config format.
Add to VS Code Settings > Cline > MCP Servers with the same config format.

Custom agents

Any MCP-compatible agent can connect. Point your MCP client at:
npx -y @xwell/mcp@latest
Set XWELL_API_KEY in the environment. The server registers all tools on startup — your agent discovers them through standard MCP tool listing.