Get Installed Apps MCP Server

Get Installed Apps MCP Server

A Model Context Protocol (MCP) server that provides information about installed applications on your computer, support MacOS and Windows.

Smart-Contract MCP Server Generator

Smart-Contract MCP Server Generator

Artifact2MCP Generator allows generation of MCP server automatically & dynamically given smart contract's compiled artifact (chain‑agnostic)

utilities-box-mcp-server

utilities-box-mcp-server

A MCP Server with utilities and tools for various tasks, including time management, system information, and more.

Anytype MCP

Anytype MCP

An MCP server that provides comprehensive access to the local Anytype API (v0.46.1). It allows to interact with your Anytype data, enabling features like: searching, retrieving, creating, and deleting spaces and objects (pages, notes, tasks, etc.). It also supports object export (Markdown), list/view management, and querying type/template information.

Database Mcp

Database Mcp

# Database MCP Service A MCP (Metoro Control Protocol) service with database capabilities, supporting multiple database types through GORM. ## Features - Support for multiple database types: - MySQL - PostgreSQL - SQLite - SQL Server - ClickHouse - Configuration through: - Configuration file (YAML) - Command line arguments - Environment variables - MCP protocol integration - GORM ORM support ## Installation 1. Clone the repository 2. Install dependencies: ```bash go mod tidy ``` ## Configuration ### Configuration File (config.yaml) Create a `config.yaml` file with the following structure: ```yaml database: type: "mysql" # mysql, postgres, sqlite, sqlserver, clickhouse host: "localhost" port: 3306 username: "root" password: "password" database: "mydb" ssl_mode: "disable" # for postgres file: "database.db" # for sqlite ``` ### Command Line Arguments You can override configuration file settings using command line arguments: ```bash ./database-mcp --config=config.yaml \ --db-type=mysql \ --db-host=localhost \ --db-port=3306 \ --db-user=root \ --db-pass=password \ --db-name=mydb \ --db-ssl-mode=disable \ --db-file=database.db ``` Available command line arguments: - `--config`: Path to config file (default: "config.yaml") - `--db-type`: Database type (mysql, postgres, sqlite, sqlserver, clickhouse) - `--db-host`: Database host - `--db-port`: Database port - `--db-user`: Database username - `--db-pass`: Database password - `--db-name`: Database name - `--db-ssl-mode`: SSL mode (for PostgreSQL) - `--db-file`: Database file (for SQLite) ## Usage 1. Start the service: ```bash ./database-mcp ``` 2. The service will: - Load configuration from file and/or command line - Initialize database connection - Start MCP server - Register available tools and resources ## MCP Configuration To use the MCP service, configure the MCP endpoint in your MCP client: ``` http://127.0.0.1:8080/sse ``` This will connect your MCP client to the local service running on port 8080. ## MCP Tools The service provides the following MCP tools: 1. `get_tables`: Get all tables in the database - Returns a list of tables with their names and comments 2. `get_table_detail`: Get detailed information about a specific table - Arguments: - `table_name`: The name of the table to get details for - Returns table information including: - Table name and comment - Column information (name, type, comment, nullable, default value) 3. `execute_sql`: Execute a SQL query - Arguments: - `query`: The SQL query to execute - Returns: - For SELECT queries: An array of results - For other queries: The number of rows affected ## License MIT License

Chatty MCP

Chatty MCP

a MCP server enable your AI code editor (e.g., Cursor, Cline) with voice capabilities and voice response summaries

🖼️ MCP Screenshot Server

🖼️ MCP Screenshot Server

A lightweight MCP-compatible Python server for capturing Windows screenshots via REST API. Supports full screen, region-based, or window-specific captures. Ideal for AI agent integrations and automation workflows.

Code Scanner Server

Code Scanner Server

CLI & MCP server for scanning code definitions (.gitignore aware, LLM output)

Freepik Flux AI MCP Sunucusu

Freepik Flux AI MCP Sunucusu

MCP server for generating images with Freepik Flux-Dev API

NPM Types MCP Server

NPM Types MCP Server

An MCP (Model Context Protocol) server for providing TypeScript type definitions as MCP Resources.

🚀 GitLab MR MCP

🚀 GitLab MR MCP

Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.

Cross-System Agent Communication MCP Server

Cross-System Agent Communication MCP Server

MCP server that enables communication and coordination between different Roo modes/roles across multiple systems

MCP Reporter

MCP Reporter

mcp-reporter is a streamlined utility that generates comprehensive capability reports for Model Context Protocol servers, empowering developers to easily understand available functionality across their MCP servers ecosystem for both documentation and integration into other tools.

MCP Server Starter Template

MCP Server Starter Template

This repository contains a ready-to-use Model Context Protocol (MCP) server that supercharges your development workflow. As a new developer, I created this tool to consolidate documentation and streamline my development process—now I'm sharing it with you.

Modern Control Protocol (MCP) Server

Modern Control Protocol (MCP) Server

A modern, scalable MCP server implementation with support for multiple AI providers, advanced monitoring, and robust conversation management.

systemprompt-mcp-notion

systemprompt-mcp-notion

This an Model Context Protocol (MCP) server that integrates Notion into your AI workflows. This server enables seamless access to Notion through MCP, allowing AI agents to interact with pages, databases, and comments.

MCP Create Server

MCP Create Server

Create a Python MCP server

MCP Inspector

MCP Inspector

Visual testing tool for MCP servers

OpenAI MCP Server

OpenAI MCP Server

mcp-server-openai with o3-mini support

create-typescript-server

create-typescript-server

CLI tool to create a new TypeScript MCP server

Notion MCP Server

Notion MCP Server

Windows CLI

Windows CLI

MCP server for secure command-line interactions on Windows systems, enabling controlled access to PowerShell, CMD, and Git Bash shells.

MCP_testing_server

MCP_testing_server

linux-mcp

linux-mcp

mcp server and client for managing a linux server with an LLM agent

只显示前20页数据