MCP Server Practice
Overview
MCP Server Practice is a repository that implements Model Context Protocol (MCP) servers for scraping LinkedIn profiles and retrieving weather data. It facilitates integration and communication between AI services.
To use MCP Server Practice, clone the repository, install the required dependencies, set up environment variables, and run the server to access the LinkedIn Profile Scraper and Weather Data Service tools.
- LinkedIn Profile Scraper for fetching profile data using the Fresh LinkedIn Profile Data API. - Weather Data Service for retrieving alerts and forecasts using the National Weather Service (NWS) API. - Asynchronous HTTP requests for efficient data retrieval.
- Scraping LinkedIn profiles for data analysis or recruitment purposes.
- Retrieving real-time weather alerts and forecasts for applications.
- Integrating AI services for enhanced data processing and communication.
Add to your AI client
Use these steps to connect MCP Server Practice in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-practice-2-mybarefootstory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-practice-2-mybarefootstory"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-practice-2-mybarefootstory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-practice-2-mybarefootstory"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-practice-2-mybarefootstory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-practice-2-mybarefootstory"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-practice-2-mybarefootstory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-practice-2-mybarefootstory"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-practice-2-mybarefootstory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-practice-2-mybarefootstory"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-practice-2-mybarefootstory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-practice-2-mybarefootstory"
]
}
}
}FAQ
What programming language is used?
Python is used for implementing the MCP servers.
Do I need an API key to use the LinkedIn Profile Scraper?
Yes, you need to set up a RapidAPI key in the environment variables.
Is this project suitable for production use?
This project is primarily for practice and may require further development for production use.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3133,"uuid":"464fd059-d313-4d47-ab88-7babb561d9e8","name":"MCP-Server-Practice-2","title":"MCP Server Practice","description":"","avatar_url":"https://avatars.githubusercontent.com/u/169913277?v=4","created_at":"2025-03-18T02:59:05.039Z","updated_at":"2025-03-23T04:31:06.958Z","status":"created","author_name":"mybarefootstory","author_avatar_url":"https://avatars.githubusercontent.com/u/169913277?v=4","tags":"mcp,server,data-retrieval","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/mybarefootstory/MCP-Server-Practice-2","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-17 23:39:27\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]