agentic-tools-mcp-companion

The agentic-tools-mcp-companion is an automation tool built with TypeScript, aimed at streamlining workflows. Users can easily automate tasks and enhance project productivity. It excels in API integration and automating data processing, making it a valuable asset for developers looking to improve efficiency.

GitHub Stars

22

User Rating

Not Rated

Favorites

0

Views

38

Forks

4

Issues

3

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

1Open VS Code
2Go to Extensions view (Ctrl+Shift+X)
3Search for "Agentic Tools MCP Companion"
4Click "Install"
5Open a workspace folder
6The "Agentic Tools" sidebar will appear in the Activity Bar
1Clone or download this extension repository
2Open the extension folder in VS Code
3Run npm install to install dependencies
4Press F5 to run the extension in a new Extension Development Host window
5Open a workspace folder in the new window
For the full experience with AI assistant integration:
1Install MCP Server: npm install -g @pimzino/agentic-tools-mcp
2Configure Claude Desktop (or your preferred MCP client):
```json { "mcpServers": { "agentic-tools": { "command": "npx", "args": ["-y", "@pimzino/agentic-tools-mcp"]

Additional Resources