MCP Servers Collection
@syedair
关于 MCP Servers Collection
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-servers-syedair": {
"command": "uv",
"args": [
"build"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Servers Collection?
This repository contains a collection of Model Context Protocol (MCP) servers that can be used with Amazon Q, Claude Desktop, and other LLMs that support the MCP protocol. It currently includes a Capital.com MCP server for trading operations such as searching markets, getting account information, and managing positions.
How to use MCP Servers Collection?
Install uv on your system, then configure the desired MCP server in your MCP client’s JSON configuration file. For Amazon Q, create mcp.json in ~/.aws/amazonq/mcp.json; for Claude Desktop, edit the config file via Settings > Developer. The client automatically starts and connects to the server.
Key features of MCP Servers Collection
- Provides MCP servers for LLMs that support the MCP protocol.
- Includes a Capital.com server for financial trading operations.
- Integrates with Amazon Q and Claude Desktop.
- Each server is a separate Python package under
src/. - Uses
uvfor package management and can be published to PyPI independently. - Environment variables control server credentials and log level.
Use cases of MCP Servers Collection
- Search for financial markets (e.g., EURUSD, AAPL) via a chat interface.
- Retrieve account information and open positions.
- Create and manage trading positions (buy/sell).
- Access and manage watchlists through natural language.
FAQ from MCP Servers Collection
What is the Model Context Protocol (MCP)?
MCP is an open protocol that standardizes how applications provide context to LLMs, enabling communication with locally running MCP servers that extend LLM capabilities with additional tools and resources.
What are the prerequisites for using this collection?
You need to have uv installed on your system. Run curl -LsSf https://astral.sh/uv/install.sh | sh to install it.
How do I configure the Capital.com MCP server for Amazon Q?
Create an mcp.json file in ~/.aws/amazonq/mcp.json with the server command, arguments, and environment variables including CAPITAL_BASE_URL, CAPITAL_API_KEY, CAPITAL_PASSWORD, CAPITAL_IDENTIFIER, and FASTMCP_LOG_LEVEL.
How do I configure the Capital.com MCP server for Claude Desktop?
Go to Settings > Developer, click “Edit Config”, and add the same JSON configuration as for Amazon Q. Save the file and restart Claude Desktop.
How can I contribute or add a new MCP server to the collection?
Create a new directory under src/ with your server name, add the necessary files (including pyproject.toml and setup.py), and include a README with usage instructions. The repository uses GitHub Actions to build and publish packages to PyPI.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论