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.

MS-SQL
PostgreSQL
Oracle
MariaDB
MySQL
Hazelcast
Kafka
Pulsar
Redis

Choose your plan

Transparent pricing for every stage of your journey.

Monthly Yearly -15%
Standard
Best for small, fast-moving teams, essential tools to unlock growth.
$12/month
  • Core AI tools
  • 5,000 monthly API credits
  • 1 user seat
Get Started
Ultra
Built for scale, custom solutions, and dedicated infrastructure.
$79/month
  • Unlimited API usage
  • Unlimited user seats
  • Dedicated account manager
  • Private cloud deployment
Contact Sales

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.

Generate Server

2. Connect a Database

Provide connection details for MSSQL, MySQL, PostgreSQL, or SQLite and test the connection.

Database Connection

Or Upload Files

You can also upload CSV/Excel files to generate tools from spreadsheet data.

File Upload Interface

3. Preview Tables & Columns

Review table schemas and sample rows to verify data types and structure.

Detailed Data Preview

4. Configure Server Tools

Pick which tables and operations (GET/CREATE/UPDATE/DELETE and aggregations) to expose.

Server Configuration

5. Generate

Confirm and generate. A summary modal shows how many tools/resources were created.

Server Generated

6. Manage Servers

Use Manage Servers to list, test, or delete generated servers.

Manage Servers

7. Inspect Details

Open a server to review all generated tools, resources, and their descriptions.

Server Details

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.

Config File Locations:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %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.

Claude Developer Settings

2. Edit Config

Click "Edit Config" to open the configuration file.

Claude Config

3. Add Configuration

Paste the configuration JSON into the file and save.

Edit Config

4. Verify Integration

Restart Claude Desktop. You should see the QuickMCP integration.

QuickMCP in Claude

5. Use Tools

Your generated tools will be available to use in chats.

Claude Tools