MCP Client:
@pinax-network
关于 MCP Client:
An MCP Client for connecting to MCP Server‐compatible services at https://app.pinax.network.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pinax-mcp": {
"command": "npx",
"args": [
"@pinax/mcp",
"--remote-url",
"https://example.com/mcp",
"--access-token",
"YOUR_TOKEN",
"-v",
"true"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Client?
It is a bridge client that connects MCP‑compatible applications (such as Claude Desktop, Cline, or Cursor) to remote MCP servers. It is specifically designed to access data from the Pinax Token API hosted at https://app.pinax.network.
How to use MCP Client?
Install and run via npx @pinax/mcp, providing a remote server URL and a JWT access token. You can configure it in Claude Desktop’s configuration file (claude_desktop_config.json) using either command‑line arguments or environment variables.
Key features of MCP Client
- Connects MCP clients to remote MCP servers via stdio transport
- Uses JWT access tokens for authentication
- Provides verbose logging for troubleshooting (option
-v true) - Works with any MCP‑compatible application
- Allows local development with Bun
Use cases of MCP Client
- Querying Pinax Token API data from Claude Desktop
- Connecting Cline or Cursor to a remote MCP server
- Developing and testing MCP integrations locally using Bun
- Debugging connection issues with verbose logging
FAQ from MCP Client
What does MCP Client do?
It acts as a bridge, relaying communication between a local MCP client (e.g., Claude Desktop) and a remote MCP server using the stdio transport.
How do I authenticate with the remote server?
Provide a JWT access token via the --access-token option or the ACCESS_TOKEN environment variable. Tokens are generated from the Pinax dashboard at https://app.pinax.network/keys.
Which transport does MCP Client use?
The local side uses stdio transport; the bridge communicates with the remote server over HTTP (Streamable HTTP on https://mcp.pinax.network).
Where can I find logs if something goes wrong?
Enable verbose logging with -v true. Common issues (timeout, auth failure, disconnect) are documented in the Troubleshooting section; check Claude Desktop logs for detailed error messages.
Does MCP Client work with clients other than Claude Desktop?
Yes. It is compatible with any MCP client that supports stdio transport, including Cline and Cursor.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论