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: MelviChat 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.
Related MCP Servers
- Flicense-qualityDmaintenanceA Model Context Protocol implementation with a modular architecture that exposes capabilities through specialized agents, enabling seamless integration with Claude Desktop and web applications.Last updated1
- Flicense-qualityDmaintenanceEnables AI clients like Cursor and Claude Desktop to interact with the MelviChat platform through the Model Context Protocol. It provides a standardized interface for consuming MelviChat API services within AI development tools.Last updated
- Alicense-qualityDmaintenanceProvides a standardized interface for interacting with Falai's tools and services through the Model Context Protocol, enabling AI assistants to leverage Falai capabilities.Last updated2MIT
- Alicense-qualityDmaintenanceProvides a standardized interface for interacting with OpenAI's tools and services through the Model Context Protocol, enabling seamless integration with MCP-compliant applications.Last updatedMIT
Related MCP Connectors
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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