10 awesome MCP servers to supercharge your workflows on Claude, Cursor, Cline, and Windsurf.
100% opensource.
1. Firecrawl MCP server lets clients scrape, crawl, search, extract, and deep research websites. It can also convert websites into LLM-ready text right in your editor.
2. Perplexity AI MCP server provides web search functionality using Perplexity AI's API. It lets you use prompts like, "Search the web to find out what's new with AI Agents in the past week."
OpenAI just released Agents SDK for building multi-agent apps in Python.
It comes with 3 key features: 1. Handoffs: Allows an agent to delegate tasks to another agent 2. Guardrails: Safety checks for input & output validation 3. Tracing: Built-in visual tracking of agent runs.
Handoffs allow an agent to delegate tasks to another agent.
It's particularly useful in scenarios where different agents specialize in distinct areas.
Guardrails validate user input and agent output, preventing misuse and saving costs. A fast, cheap model can block unwanted requests before reaching an expensive one.
Types of guardrails:
• Input guardrails check user input.
• Output guardrails validate the agent’s response.