MCP logo

MCP

by Lacri1

MCP allows you to configure a server to view company information and stock prices using Claude. It utilizes a configuration file to define server settings.

View on GitHub

Last updated: N/A

MCP

Configure the MCP server to view company information and stock prices using the Claude<br><br>

claude_desktop_config.json<br>

{
  "mcpServers": {
    "StocksMCPServer": {
      "command": "uv",
      "args": [
        "--directory",
        "C:\\Users\\user\\PycharmProjects\\mcp", #your project directory
        "run",
        "--with",
        "mcp",
        "mcp",
        "run",
        "main.py"
      ]
    }
  }
}