Create MCP Server
POST/api/mcp-servers
Creates a new MCP server integration in your organization.
The server will be created with the specified configuration and will be immediately available for use by your organization's users.
If no slug is provided, one will be automatically generated from the name. If the slug already exists, a numeric suffix will be appended to ensure uniqueness.
Request
Responses
- 201
- 400
- 401
- 500
MCP server created successfully
Invalid request body
Authentication required or invalid token
Internal server error