Other MCP Servers

other

8,426 servers

Browse 8,426 servers tagged Other in the MCP Server List directory.

Postman Tool Generation MCP Server

This MCP server generates AI agent tools from Postman collections and requests. It integrates with the Postman API to convert API endpoints into type-safe code…

Sieve — Startup Due Diligence

AI-powered startup due diligence. Screen any company across 7 IMPACT-X dimensions (Team, Market, Product, Advantage, Commerce, Traction, X-Factor) and get a…

Graphpilot

GraphPilot gives coding agents persistent structural knowledge of a codebase. It parses TypeScript/JavaScript with tree-sitter into a graph of symbols and call…

MCP Server Demo

# MCP Server Demo Este é um projeto de demonstração para um servidor MCP (Multi-Channel Protocol). Ele serve como exemplo para implementação e testes de…

vimble-mcp

A Model Context Protocol (MCP) server for executing JavaScript code using Vimble.

My MCP SSE Servers

# my_mcp_sse_servers ## 概要 このリポジトリは、複数の MCP (Model Context Protocol) サーバーを管理し、Docker Compose を使用して簡単に起動するためのプロジェクトです。 各 MCP…

Agentgate

<p align="center"> <h1 align="center">AgentGate</h1> <p align="center"> <strong>Human-in-the-loop approval system for AI agents.</strong><br> Agents request…

Redshift MCP Server (TypeScript)

# Redshift MCP Server (TypeScript) This is a Model Context Protocol (MCP) server for Amazon Redshift implemented in TypeScript. It follows Anthropic's…

MCP_Server_Setup

```python from mcp.server.fastmcp import FastMCP mcp = FastMCP("DemoServer") @mcp.tool() def say_hello(name: str) -> str: """Say hello to someone Args: name…

MCP-Server

# MCP-Server This is a basic project regarding the MCP-server using python and this project is basically an AI-powered Notes taking and making appliction ##…

Mcp Server

## MCP Gmail Server This repository provides an MCP (Model Context Protocol) server for Gmail, enabling you to interact with your Gmail account through defined…

IP & Innovation Courses

PatSnap IP & Innovation Courses MCP is a Model Context Protocol server that connects AI agents to PatSnap's IP & Innovation Courses capabilities. A one-stop…

ntropy-mcp MCP server

ntropy-mcp is a Model Context Protocol server that enriches banking data using the Ntropy API. It provides two tools—creating account holders and enriching…

Aaaa Nexus

Formally verified AI safety APIs for autonomous agents. 75+ endpoints, x402 USDC micropayments, MCP server, A2A protocol. No signup required.

Reqable Mcp Server

Reqable Mcp Server exposes local Reqable captured packet data to MCP clients (Windsurf, Cursor, Claude, Codex). It uses a local‑first architecture: Reqable…

Arch Mcp

An AI-powered bridge to the Arch Linux ecosystem that enables intelligent package management, AUR access, and Arch Wiki queries through the Model Context…

Redshift MCP Server (TypeScript)

# Redshift MCP Server (TypeScript) This is a Model Context Protocol (MCP) server for Amazon Redshift implemented in TypeScript. It follows Anthropic's…

MCP Server Hello World

# MCP Server Hello World A Model Context Protocol server example with hello world methods. ## Installation ```bash npm install ``` ## Usage ```bash npm run…