Superface
STDIOUse Superface tools via Model Context Protocol.
Use Superface tools via Model Context Protocol.
Website | Documentation | X (Twitter) | Support
Use Superface tools via Model Context Protocol.
You'll need this API key for the MCP Server configuration.
claude_desktop_config.json
file{ "mcpServers": { "superface": { "command": "npx", "args": [ "-y", "@superfaceai/mcp" ], "env": { "SUPERFACE_API_KEY": "<YOUR_API_KEY>" } } } }
{ "mcpServers": { "superface": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "SUPERFACE_API_KEY", "mcp/superface" ], "env": { "SUPERFACE_API_KEY": "<YOUR_API_KEY>" } } } }
Docker build:
docker build -t mcp/superface .
This project is licensed under the MIT license. See the LICENSE file for details.