Loading...
Loading...
Access 1200+ AI Agent tools via Model Context Protocol (MCP)
npx skill4agent add claude-office-skills/skills mcp-hubClaude ←→ MCP Server ←→ External Resource
(Protocol) (Files, APIs, DBs)| 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 |
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/documents"
]
},
"google-drive": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-google-drive"]
}
}
}# 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# Install required dependencies
pip install python-docx openpyxl python-pptx reportlab jinja2