Superface MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Superface MCP Serveranalyze the sentiment of this customer review: 'The product arrived quickly and works perfectly!'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Website | Documentation | X (Twitter) | Support
Superface MCP Server
Use Superface tools via Model Context Protocol.
Setup
Adding tools & obtaining API Key
Go to the Superface dashboard
Select and add the tools you want to use with MCP Server
Copy your API key in the dashboard
You'll need this API key for the MCP Server configuration.
Usage with Claude Desktop
Open Claude Desktop
Go to Settings (click on your profile picture or ⌘ + ,)
Open "Developer" tab
Click "Edit Config"
Open
claude_desktop_config.jsonfileAdd the following configuration:
NPX
{
"mcpServers": {
"superface": {
"command": "npx",
"args": [
"-y",
"@superfaceai/mcp"
],
"env": {
"SUPERFACE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Docker
{
"mcpServers": {
"superface": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SUPERFACE_API_KEY",
"mcp/superface"
],
"env": {
"SUPERFACE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Related MCP server: Pure Agentic MCP Server
Build
Docker build:
docker build -t mcp/superface .License
This project is licensed under the MIT license. See the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/superfaceai/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server