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 Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 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,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント