mcptools

mcptools

MCP Tools is a command-line utility for interacting with MCP servers, supporting multiple transport methods.

MCPDevOpen sourceCLIMCP开发工具
Type
MCP
Open source
Yes
GitHub Stars
★ 1.6k
Source
mcp-github

Overview

MCP Tools provides a versatile command-line interface for interacting with Model Context Protocol (MCP) servers. It enables AI to discover and invoke tools, access resources, create simulation servers, proxy requests, and more via MCP servers. Supports multiple transport protocols (e.g., stdio and HTTP) and offers various output format options. Ideal for developers and users needing to interact with MCP servers.

Capabilities

  • Discover and invoke tools provided by MCP servers
  • Access and utilize resources exposed by MCP servers
  • Create simulated servers for testing
  • Proxy MCP requests to shell scripts
  • Create an interactive shell for exploring MCP servers
  • Support multiple output formats

Use cases

Developing and debugging MCP serversManaging MCP server configurationsAutomating script integrationsExploring and using MCP server features

Setup

Requires: Node 环境API Key
Install via Homebrew: `brew tap f/mcptools && brew install mcp`; Install from source: `go install github.com/f/mcptools/cmd/mcptools@latest`

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I view available tools?

Use the `mcp tools <server>` command.

How do I invoke a specific tool?

Use `mcp call <tool> --params '{

Related skills