Provides access to various AI tools through Model Context Protocol, allowing Claude Desktop users to integrate and use Superface capabilities via API.
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!