native-mcp

Connect to MCP servers and access their tools via stdio or HTTP.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill native-mcp-piaoxuemoli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: native-mcp
Source: https://github.com/Piaoxuemoli/qoobeeHermes/tree/main/hermes/skills/mcp/native-mcp
Command: npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill native-mcp-piaoxuemoli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to connect to and utilize tools from MCP (Model Context Protocol) servers directly within the Hermes Agent, eliminating the need for external bridges or CLI tools.

Core Features & Use Cases

  • Connect to MCP Servers: Seamlessly connect to MCP servers, whether they are local or remote.
  • Use Tools: Access and use tools provided by MCP servers as if they were built-in to Hermes Agent.
  • Use Case: Use this Skill to connect to a time server and retrieve the current time, or to connect to a filesystem server to interact with a file system.

Quick Start

Use the native-mcp skill to connect to the time server using the command 'native-mcp get_current_time'.

Frequently Asked Questions about native-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect to MCP servers from within an agent?

To connect to MCP servers from within an agent, you can use the native-mcp skill to integrate external tools directly into Hermes Agent using stdio or HTTP transport without needing external bridges.

What do I need to set up to use MCP server tools in Hermes Agent?

To use MCP server tools in Hermes Agent, you need the mcp Python package installed, along with Node.js or uv for server-side operations and transport connections.

Can I use both local and remote MCP servers with Hermes Agent?

Yes, you can use both local and remote MCP servers with Hermes Agent by configuring stdio or HTTP transport to establish the server connections and access their tools.

How does native-mcp access external tools without a CLI bridge?

Native-mcp accesses external tools without a CLI bridge by connecting directly to Model Context Protocol servers, allowing you to use their functions as if they were built-in to Hermes Agent.

What are common use cases for connecting to a Model Context Protocol server?

Common use cases for connecting to a Model Context Protocol server include retrieving the current time from a time server or interacting with a file system through a filesystem server.