WebUtilsPro Tool

MCP Tool Tester

Test and interact with any Model Context Protocol (MCP) server. Discover tools, resources, and test functionality with our integrated AI assistant.

Mode
Browser
Access
No signup
Output
Copy ready

MCP Server Configuration

Establish a secure connection to your MCP server

Manual Configuration Examples

More MCP Server Configurations
  • DuckDuckGo Search(No env needed!)
    CMD:npx
    ARGS:-y duckduckgo-mcp-server
  • Filesystem Server
    CMD:npx
    ARGS:-y @modelcontextprotocol/server-filesystem /tmp
  • Memory Server
    CMD:npx
    ARGS:-y @modelcontextprotocol/server-memory
  • GitHub Server
    CMD:npx
    ARGS:-y @modelcontextprotocol/server-github
    ENV:GITHUB_TOKEN=[your token]