Enable seamless integration of Superface tools via Model Context Protocol, providing streamlined API key management and flexible deployment options with NPX or Docker for enhanced application interoperability.
Unlock the full potential of Superface MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
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": "" } } } }
{ "mcpServers": { "superface": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "SUPERFACE_API_KEY", "mcp/superface" ], "env": { "SUPERFACE_API_KEY": "" } } } }
Docker build:
docker build -t mcp/superface .
This project is licensed under the MIT license. See the LICENSE file for details.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!