SQL-Server-MCP
@ranjithr99
About SQL-Server-MCP
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SQL-Server-MCP?
A lightweight MCP stdio server that connects to Microsoft SQL Server using provided credentials and exposes tools to query and discover schema. It is designed for MCP-compatible clients such as Claude Desktop.
How to use SQL-Server-MCP?
Install Node.js >= 18, then run npm install and npm run build to build the server. Start it with npm start. The server communicates over stdio and must be driven by an MCP client. Use the connect tool first with SQL Server credentials, then use other tools like query, info, or list_* tools.
Key features of SQL-Server-MCP
- Connects to Microsoft SQL Server via MCP stdio.
- Exposes tools: connect, disconnect, query, info.
- Lists databases, schemas, and tables.
- Executes arbitrary SQL queries securely.
- Credentials provided at call-time, not stored.
- Built with TypeScript, MIT licensed.
Use cases of SQL-Server-MCP
- Query a SQL Server database from an MCP client like Claude Desktop.
- Discover database schema: list databases, schemas, and tables.
- Execute ad-hoc SQL queries and retrieve results.
- Integrate SQL Server data into AI assistant workflows.
FAQ from SQL-Server-MCP
How do I connect to SQL Server?
Use the connect tool with server, port, user, password, optional database, and encrypt flag.
What tools are available after connecting?
Tools: info (returns @@VERSION), query (execute SQL), list_databases, list_schemas, list_tables.
Are credentials stored?
No, credentials are provided at call-time and not stored. TLS encryption defaults to true.
What are the runtime requirements?
Node.js version 18 or higher is required.
Can I list tables from a specific schema?
Yes, the list_tables tool accepts an optional schema parameter to filter results.
Frequently asked questions
How do I connect to SQL Server?
Use the `connect` tool with `server`, `port`, `user`, `password`, optional `database`, and `encrypt` flag.
What tools are available after connecting?
Tools: `info` (returns `@@VERSION`), `query` (execute SQL), `list_databases`, `list_schemas`, `list_tables`.
Are credentials stored?
No, credentials are provided at call-time and not stored. TLS encryption defaults to `true`.
What are the runtime requirements?
Node.js version 18 or higher is required.
Can I list tables from a specific schema?
Yes, the `list_tables` tool accepts an optional `schema` parameter to filter results.
Basic information
More Databases MCP servers

Fund Momentum MCP Server
schneidavieFund Momentum MCP Server — VC intelligence for AI assistants. 1000+ active VC funds, live investor signals, AI-powered startup matching.

Local YDB MCP
astandrikSafety-first stdio MCP server with 38 tools for operating Docker-based local-ydb environments locally or over SSH.
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
Comments