@specweave/mcp-client
v1.0.0
Published
SpecWeave MCP client for Claude Code and other MCP-compatible tools (stdio transport)
Downloads
11
Maintainers
Readme
@specweave/mcp-client
SpecWeave MCP client for Claude Code and other MCP-compatible tools.
Installation
npm install -g @specweave/mcp-clientOr use with npx (no installation required):
npx -y @specweave/mcp-clientUsage
Get Your Access Token
- Log in to SpecWeave
- Navigate to your account settings
- Create a new MCP access token
- Select your application and required scopes
- Copy the generated token
Configure Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"specweave": {
"command": "npx",
"args": ["-y", "@specweave/mcp-client"],
"env": {
"SPECWEAVE_TOKEN": "your_token_here"
}
}
}
}License
MIT
