Skip to content
OpenSmartRoute
Skillv1.0.0

mcp-hub

Access 1200+ AI Agent tools via Model Context Protocol (MCP)

by claude-office-skills(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from claude-office-skills/skills (mcp-hub/SKILL.md) via skills.sh. Install upstream with npx skills add claude-office-skills/skills --skill mcp-hub. Copyright stays with the author (MIT).

Mcp Hub Skill

Overview

This skill provides access to 1200+ MCP (Model Context Protocol) servers - standardized tools that extend AI capabilities. Connect Claude to filesystems, databases, APIs, and document processing tools.

How to Use

  1. Describe what you want to accomplish
  2. Provide any required input data or files
  3. I'll execute the appropriate operations

Example prompts:

  • "Access local filesystem to read/write documents"
  • "Query databases for data analysis"
  • "Integrate with GitHub, Slack, Google Drive"
  • "Run document processing tools"

Domain Knowledge

MCP Architecture

Claude ←→ MCP Server ←→ External Resource
        (Protocol)      (Files, APIs, DBs)

Popular Document MCP Servers

Server Function Stars
filesystem Read/write local files Official
google-drive Access Google Docs/Sheets 5k+
puppeteer Browser automation, PDF gen 10k+
sqlite Database queries Official

Configuration Example

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/documents"
      ]
    },
    "google-drive": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-google-drive"]
    }
  }
}

MCP Tool Discovery

Browse available servers:

Using MCP in Skills

# MCP tools become available to Claude automatically
# Example: filesystem MCP provides these tools:

# read_file(path) - Read file contents
# write_file(path, content) - Write to file
# list_directory(path) - List directory contents
# search_files(query) - Search for files

Best Practices

  1. Only enable MCP servers you need (security)
  2. Use official servers when available
  3. Check server permissions before enabling
  4. Combine multiple servers for complex workflows

Installation

# Install required dependencies
pip install python-docx openpyxl python-pptx reportlab jinja2

Resources

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/claude-office-skills-skills-mcp-hub/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

claude-office-skills-skills-mcp-hub.ocm.jsonjson
{
  "ocm": "1",
  "id": "claude-office-skills-skills-mcp-hub",
  "kind": "skill",
  "name": "mcp-hub",
  "description": "Access 1200+ AI Agent tools via Model Context Protocol (MCP)",
  "publisher": "claude-office-skills",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "math"
    ],
    "tags": [
      "skill-md",
      "mcp",
      "hub",
      "tools",
      "integration",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Access 1200+ AI Agent tools via Model Context Protocol (MCP)"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/claude-office-skills/skills",
      "path": "mcp-hub/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/claude-office-skills/skills/mcp-hub",
      "key": "claude-office-skills/skills/mcp-hub/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Mcp Hub Skill\n\n## Overview\n\nThis skill provides access to 1200+ MCP (Model Context Protocol) servers - standardized tools that extend AI capabilities. Connect Claude to filesystems, databases, APIs, and document processing tools.\n\n## How to Use\n\n1. Describe what you want to accomplish\n2. Provide any required input data or files\n3. I'll execute the appropriate operations\n\n**Example prompts:**\n- \"Access local filesystem to read/write documents\"\n- \"Query databases for data analysis\"\n- \"Integrate with GitHub, Slack, Google Drive\"\n- \"Run document processing tools\"\n\n## Domain Knowledge\n\n\n### MCP A",
  "cost": {
    "context_tokens": 596
  }
}

Fetch it by URL: GET /api/v1/registry/claude-office-skills-skills-mcp-hub/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.