Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@weldable/mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@weldable/mcp

weldable MCP server — give your AI agent hundreds of tools

latest
npmnpm
Version
0.3.0
Version published
Weekly downloads
32
18.52%
Maintainers
1
Weekly downloads
 
Created
Source

@weldable/mcp

Stdio MCP server for Weldable — gives your AI agent access to hundreds of tools (Slack, Gmail, Google Sheets, GitHub, and more) through a single act tool.

Setup

Claude Code

Add to ~/.claude/settings.json (global) or .mcp.json (project):

{
  "mcpServers": {
    "weldable": {
      "command": "npx",
      "args": ["-y", "@weldable/mcp"],
      "env": {
        "WELDABLE_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "weldable": {
      "command": "npx",
      "args": ["-y", "@weldable/mcp"],
      "env": {
        "WELDABLE_API_KEY": "your-api-key"
      }
    }
  }
}

Getting an API key

Sign up at weldable.ai and generate a key from the setup page.

Requirements

  • Node.js 18+

Keywords

mcp

FAQs

Package last updated on 09 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts