Somewhere MCP
Click on "Deploy 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., "@Somewhere MCPBuild a small idea board, deploy it, and verify the live page in a browser."
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.
Somewhere MCP
Build, deploy, and inspect apps from your AI assistant.
Somewhere provides the backend for AI-built apps: declared data, authentication, files, email, payments, and hosted functions. This repository contains the production MCP server source that connects an assistant to those services.
An assistant can read the platform contract, deploy raw application source, inspect logs, verify the app in a browser, and manage project tasks through the same connection.
Connect
Use a hosted endpoint. You do not need to clone or deploy this repository to use Somewhere.
Client | Server URL |
Claude connector |
|
ChatGPT connector |
|
Cursor and other remote MCP clients |
|
These are profiles of one implementation, with tool visibility configured for each surface. They share the same platform account and projects. Configuring a custom connector is separate from a client's directory listing or approval.
Cursor
The Cursor Marketplace submission is being prepared. It is not listed or approved yet. Until it is available, add this configuration to ~/.cursor/mcp.json for your account or .cursor/mcp.json for one project:
{
"mcpServers": {
"somewhere": {
"url": "https://mcp.somewhere.tech/mcp"
}
}
}Reload Cursor, enable the somewhere server in Customize, and sign in through OAuth when prompted. A Somewhere account is required. The connection uses Streamable HTTP and your account's existing project permissions. This configuration follows Cursor's documented remote-server format, but end-to-end Cursor OAuth acceptance has not yet been verified. Cursor applies its normal MCP tool approval settings; this package includes no hooks and does not enable automatic approvals.
The repository also contains .cursor-plugin/plugin.json and the same root mcp.json for local plugin testing and Marketplace review.
Other MCP clients
Sign in through the client's OAuth flow when prompted. Clients that use API keys can add an Authorization: Bearer <your Somewhere API key> header in their local configuration.
Then ask your assistant:
Build a small idea board on Somewhere. Read the getting-started documentation, deploy it, and verify the live page in a browser. Give me the URL and tell me what you checked.
The docs tool supplies platform reference material; catalog lists the tools available on your connection. Use advisor for platform-specific questions. Tool calls remain subject to account permissions and the client's approval settings.
Prefer a terminal workflow? The Somewhere CLI is another route to the same platform. App code can use the TypeScript SDK; agents should start with the current build guide.
Related MCP server: AppsAI MCP Server
Verify the source
npm ci
npm run typecheck
npm test
npm run check:bundleThe checks run locally without deploying an app or calling paid AI models. source-manifest.json records the canonical source commit and a SHA-256 hash for every exported file. The selected runtime files are copied byte-for-byte from the platform source; the package scripts are adapted for this distribution.
Contribute
Issues and pull requests are welcome. For a bug, include the MCP client/version, endpoint profile, tool name, and a minimal reproduction. Remove credentials and private app data.
This repository is maintained through a reproducible export from the platform's canonical source. Maintainers integrate accepted changes there before publishing the next snapshot, so the public server and hosted implementation do not develop separately. The private platform history is not included in the export.
The somewhere.tech backend is not included in this repository.
The command-line client is @somewhere-tech/cli, and the optional JavaScript and TypeScript SDK is @somewhere-tech/sdk.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Deploy and host the apps your AI assistant builds — a real server, database, and shareable URL.
Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent
Production backend for AI-built apps: storage, data, jobs, webhooks, email, metering and billing.
Your AI builds, deploys, and runs full-stack apps on a hosted workspace created at first sign-in.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceDeploy, manage, and scale applications directly from your AI assistant.6-

AppsAI MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to build, deploy, and manage full-stack applications on AppsAI's platform, with tools for project management, backend/frontend deployment, billing, marketplace, domains, and more.6 npm1MIT- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to start, manage, and embed live application previews in iframes, with support for multiple frameworks, Docker, tunnels, and authentication.-
- AlicenseBqualityCmaintenanceEnables AI assistants to scaffold, edit, live-preview, and deploy full-stack apps with built-in database, email, and push notification capabilities through natural language.19MIT