MCP in 10 Minutes\
Learn how to build a MCP Server for Yahoo Finance (and just about anything else) in 10 minutes. \ \
See it live and in action 📺\
\u003cimg src="https://i.imgur.com/P1uv4QN.jpeg"/\u003e\ \
Startup 🚀\
- Clone this repository
git clone https://github.com/nicknochnack/MCPin10and go into itcd MCPin10\ - Create a virtual environment
uv venvand activate itsource .venv/bin/activate\ - Install the dependencies
uv sync\ - Run the inspector
uv run mcp dev server.py\ - Run the agent
uv run agent.py\ - Install langflow and run it:
uv pip install langflowanduv run langflow run\
\ \u003cb\u003eN.b.\u003c/b\u003e Make sure you have ollama running. \ \
Other stuff\
- Installing Langflow: https://docs.langflow.org/get-started-installation\
\
Who, When, Why?\
\ 👨🏾💻 Author: Nick Renotte \u003cbr /\u003e\ 📅 Version: 1.x\u003cbr /\u003e\ 📜 License: This project is licensed under the MIT License \u003c/br\u003e

