К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Building RAG and MCP Servers with Claude · LearnSpace
Назад в каталог
courseraПрограммирование

Building RAG and MCP Servers with Claude

Курс от Edureka
Средний≈ 9.2 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course focuses on building reliable, production-ready AI systems using Claude, Model Context Protocol (MCP), and Retrieval-Augmented Generation (RAG). You will begin by learning the fundamentals of MCP, including why it exists, how MCP servers work, and how Claude interacts with tools, resources, and external integrations through a controlled server-based architecture. You will build MCP servers, expose tools and resources, and enforce strict input and output schemas to ensure predictable and safe system behavior. The course then moves into Retrieval-Augmented Generation, where you will design complete RAG pipelines. You will learn how to chunk documents effectively, generate embeddings, apply keyword and vector-based retrieval techniques, and improve results using ranking and reranking strategies. You will also integrate MCP servers directly into RAG workflows to create scalable and modular retrieval systems. In the final module, you will build agent-driven workflows using Claude. You will design planning and decision agents, coordinate multiple agents, and automate end-to-end workflows that combine RAG, tools, and structured decision-making. By the end, you will be able to build fully automated AI systems that retrieve information, reason over it, and take action reliably. By completing this course, you will be able to: - Explain MCP architecture, including clients, servers, tools, and resources - Build MCP servers that safely expose tools, files, databases, and APIs to Claude - Design and enforce structured input and output schemas for reliable AI behavior - Implement complete RAG pipelines using chunking, embeddings, ranking, and reranking - Integrate MCP servers as retrieval backends for modular RAG systems - Build planning agents and multi-agent workflows using Claude - Automate end-to-end AI workflows that combine retrieval, reasoning, and tool execution This course is ideal for developers and AI practitioners who want to move beyond simple prompt-based applications and build scalable, controllable, and production-ready AI systems using Claude. Basic familiarity with Python and APIs is recommended, but no prior experience with MCP or RAG is required. Join us to learn how to design modern AI architectures that combine MCP, RAG, and agent workflows into real-world, production-ready systems.

Навыки, которые вы освоите

Agentic WorkflowsRetrieval-Augmented GenerationAI IntegrationsServersModel Context ProtocolAnthropic ClaudeAgentic systemsScalabilityTool CallingContext ManagementGenerative AILLM ApplicationAI OrchestrationPython ProgrammingApplication Programming Interface (API)Generative AI AgentsAutomation

Программа курса

3 модулей · 64 учебных материалов

01MCP Fundamentals, Servers & Integrations21 материалов

MCP Basics & Architecture

Specialization IntroductionВидеоCourse IntroductionВидеоCourse OutlineЧтениеIntroduction to MCP & Why It ExistsВидео

Учитесь у экспертов

Edureka

Преподаватель курса

Building RAG and MCP Servers with Claude
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 9.2 ч

3 модулей

Язык: Английский

Субтитры: Арабский, Французский, Итальянский, Бразильский португальский, Корейский, Немецкий, Испанский, Японский

Часть программы вашего университета
MCP Architecture: Clients, Servers & Message FlowВидео
Hands-On: Setting Up Your First MCP ServerВидео
Why MCP Is the Foundation for Reliable AI SystemsЧтение
Your RAG & MCP Readiness CheckDIALOGUE
Practice Knowledge Check: MCP Basics & ArchitectureЗадание

Tools, Resources & Real Integrations

Hands-On: Creating Your First MCP ToolВидеоHands-On: Building an MCP Resource ProviderВидеоHands-On: Integrating an External API Through MCPВидеоHow MCP Connects AI to the Real WorldЧтениеPractice Knowledge Check: Tools, Resources & Real IntegrationsЗадание

Advanced MCP Usage & Output Control

Hands-On: Designing Strict Input/Output Schemas in MCPВидеоHands-On: Multi-Resource Integration (Database + API + Files)ВидеоEnforcing Structure and Reliability in MCP SystemsЧтениеPractice Knowledge Check: Advanced MCP Usage & Output ControlЗадание

Module Wrap-Up and Assessment

Summary of MCP Fundamentals, Servers & IntegrationsЧтениеGuiding a Teammate to Build Their First MCP Server with ClaudeDIALOGUEKnowledge Check: MCP Fundamentals, Servers & IntegrationsЗадание
02Retrieval-Augmented Generation (RAG)19 материалов

Retrieval-Augmented Generation

Introduction to RAG and When to Use ItВидеоHands-on: Building a Simple RAG PipelineВидеоHands-On: Implementing Full RAG Flow (Retriever → Ranker → Claude)ВидеоWhy Retrieval-Augmented Generation Changes How AI ThinksЧтениеPractice Knowledge Check: Retrieval-Augmented GenerationЗадание

Chunking, Embeddings & Ranking

Hands-On: Chunking Documents Using Best Practices IВидеоHands-On: Chunking Documents Using Best Practices IIВидеоHands-On: Generating Text Embeddings for SearchВидеоHands-On: Implementing BM25 RetrievalВидеоHands-On: Applying Reranking for Better ResultsВидеоPreparing Information So Retrieval Actually WorksЧтениеPractice Knowledge Check: Chunking, Embeddings & RankingЗадание

MCP + RAG Integrations

Hands-On: Using MCP Resources as Retrieval BackendsВидеоHands-On: Building a Multi-Index RAG Pipeline Using MCP ServersВидеоUsing MCP to Build Scalable and Modular RAG SystemsЧтениеPractice Knowledge Check: MCP + RAG IntegrationsЗадание

Module Wrap-Up and Assessment

Summary of Retrieval-Augmented Generation (RAG)ЧтениеHelping a Teammate Build a Reliable RAG Pipeline with ClaudeDIALOGUEKnowledge Check: Retrieval-Augmented Generation (RAG)Задание
03AI Workflows, Agents & Automation24 материалов

Planning and Decision Agents

How Planning Agents WorkВидеоHands-on: Building a Planning Agent Step-by-StepВидеоHands-on: Executing Task Plans Using Tool CallsВидеоHow Planning and Decision Agents Turn Intent into ActionЧтениеPractice Knowledge Check: Planning and Decision AgentsЗадание

Multi-Agent Collaboration

When and Why to Use Multiple AgentsВидеоHands-on: Designing a Two-Agent WorkflowВидеоHands-on: Routing Tasks Between AgentsВидеоHands-on: Coordinating Parallel Agent StepsВидеоHow Multiple Agents Collaborate to Solve Complex ProblemsЧтениеPractice Knowledge Check: Multi-Agent CollaborationЗадание

End-to-End Workflow Automation

Understanding Workflow Patterns (Parallel, Chain, Route)ВидеоHands-on: Automating a Complete RAG + Tool PipelineВидеоHands-on: Building a Full End-to-End Automated Agent System - IВидеоHands-on: Building a Full End-to-End Automated Agent System - IIВидеоFrom Agents to End-to-End Automated AI WorkflowsЧтениеPractice Knowledge Check: End-to-End Workflow AutomationЗадание

Course Wrap-Up and Assessment

Course SummaryВидеоPractice Project: Building a Knowledge Assistant Using RAG and MCP with ClaudeЧтениеYour RAG & MCP Skills Reflection & Mastery CheckDIALOGUEDesigning a RAG System with MCP Servers and Claude – Scenario AssignmentЗаданиеEnd Course Knowledge Check: Building RAG and MCP Servers with ClaudeЗадание
Summary of AI Workflows, Agents & AutomationЧтение
Helping a Teammate Design Agentic Workflows with ClaudeDIALOGUE