Ship MCP servers
in seconds
Expose your data and operations over MCP with a clean, modern UI. Connect databases, files, REST and the web — then map them to safe, composable tools.
Everything you need
Powerful features to supercharge your AI workflows.
Instant Deployment
Spin up MCP servers in seconds. No complex infrastructure to manage.
Universal Connectors
Seamlessly integrate with CSVs, Databases, REST APIs, and Web Pages.
AI Native
Built specifically for the Model Context Protocol, ensuring perfect compatibility.
Choose your plan
Transparent pricing for every stage of your journey.
- Core AI tools
- 5,000 monthly API credits
- 1 user seat
- 50,000 monthly API credits
- 5 user seats
- Custom model integration
- Priority support
- Unlimited API usage
- Unlimited user seats
- Dedicated account manager
- Private cloud deployment
Documentation
Get up and running with QuickMCP in seconds.
Installation & Run
Global Installation
npm i -g @softtechai/quickmcp
Install QuickMCP globally to access it from anywhere.
Run with npx
npx -y @softtechai/quickmcp
Run without installing using npx.
Run
quickmcp
Note: Tools like Claude Desktop may automatically start QuickMCP on launch. The “Run” step here is mainly to open the web UI so you can configure which data sources you want to expose via the MCP server. After you save your MCP Server settings once, you do not need to manually run quickmcp every time you start Claude Desktop.
- Web UI: http://localhost:3000
- MCP SSE/Socket: http://localhost:3001 (Claude integration)
Data Configuration
1. Start from Generate Server
Open the Generate Server page to begin creating an MCP server from your data.
2. Connect a Database
Provide connection details for MSSQL, MySQL, PostgreSQL, or SQLite and test the connection.
Or Upload Files
You can also upload CSV/Excel files to generate tools from spreadsheet data.
3. Preview Tables & Columns
Review table schemas and sample rows to verify data types and structure.
4. Configure Server Tools
Pick which tables and operations (GET/CREATE/UPDATE/DELETE and aggregations) to expose.
5. Generate
Confirm and generate. A summary modal shows how many tools/resources were created.
6. Manage Servers
Use Manage Servers to list, test, or delete generated servers.
7. Inspect Details
Open a server to review all generated tools, resources, and their descriptions.
Claude Desktop Setup
Integrated Server Method
Access all your MCP servers through a single configuration. This allows automatic updates when you create new servers without restarting Claude Desktop.
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"quickmcp": {
"command": "npx",
"args": ["-y", "@softtechai/quickmcp"]
}
}
}
1. Open Developer Settings
In Claude Desktop, go to Settings > Developer.
2. Edit Config
Click "Edit Config" to open the configuration file.
3. Add Configuration
Paste the configuration JSON into the file and save.
4. Verify Integration
Restart Claude Desktop. You should see the QuickMCP integration.
5. Use Tools
Your generated tools will be available to use in chats.